Skip to content

Commit

Permalink
build: enable checked indexed accesses
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Nov 23, 2020
1 parent 3b62a30 commit 0ed07f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedIndexedAccess": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"lib": ["es2015"]
Expand Down

0 comments on commit 0ed07f7

Please sign in to comment.