Skip to content

Commit a1ea5cc

Browse files
committedNov 20, 2020
Add noUncheckedIndexedAccess flag
1 parent 9c49b21 commit a1ea5cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"noUnusedLocals": true,
1818
"noUnusedParameters": true,
1919
"noFallthroughCasesInSwitch": true,
20+
"noUncheckedIndexedAccess": true,
2021
"noEmitOnError": true,
2122
// Disabled because of TS bugs: https://github.com/sindresorhus/tsconfig/issues/7
2223
// "useDefineForClassFields": true,

0 commit comments

Comments
 (0)
Please sign in to comment.