We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdd39a commit 8d5f1eeCopy full SHA for 8d5f1ee
tsconfig.json
@@ -30,7 +30,7 @@
30
"noImplicitOverride": true,
31
"noImplicitReturns": false, // TODO consider
32
"noPropertyAccessFromIndexSignature": false, // TODO consider
33
- "noUncheckedIndexedAccess": true, // FIXME
+ "noUncheckedIndexedAccess": true,
34
"noUnusedLocals": true,
35
"noUnusedParameters": true,
36
"allowSyntheticDefaultImports": true
0 commit comments