Skip to content

Commit c57eb6a

Browse files
committed
feat: reenable "noUncheckedIndexedAccess": true,
BREAKING CHANGE: require typescript 4
1 parent 738b794 commit c57eb6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"noUnusedLocals": true,
1515
"noUnusedParameters": true,
1616
"noFallthroughCasesInSwitch": true,
17-
// TODO reenable with TypeScript 4
18-
// "noUncheckedIndexedAccess": true,
17+
"noUncheckedIndexedAccess": true,
1918
"noEmitOnError": true,
2019
"useDefineForClassFields": true,
2120
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)