We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738b794 commit c57eb6aCopy full SHA for c57eb6a
tsconfig.json
@@ -14,8 +14,7 @@
14
"noUnusedLocals": true,
15
"noUnusedParameters": true,
16
"noFallthroughCasesInSwitch": true,
17
- // TODO reenable with TypeScript 4
18
- // "noUncheckedIndexedAccess": true,
+ "noUncheckedIndexedAccess": true,
19
"noEmitOnError": true,
20
"useDefineForClassFields": true,
21
"forceConsistentCasingInFileNames": true,
0 commit comments