Skip to content

Commit

Permalink
remove deprecated tsconfig setting suppressImplicitAnyIndexErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskevin committed Apr 27, 2023
1 parent d087e3d commit 226f5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
// Report errors on unused local variables.
"noUnusedLocals": false,
// obj[foo] suppression
"suppressImplicitAnyIndexErrors": true,
// "suppressImplicitAnyIndexErrors": true, deprecated and will stop working in 5.5

// vite suggestions
"useDefineForClassFields": true
Expand Down

0 comments on commit 226f5ce

Please sign in to comment.