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 451fee5 commit 7cc264dCopy full SHA for 7cc264d
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