Skip to content

Commit

Permalink
prevent unchecked index access
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko committed Sep 25, 2023
1 parent 6fa106a commit 26bf15b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
/* Experimental Options */
// "experimentalDecorators": true /* Enables experimental support for ES7 decorators. */,
// "emitDecoratorMetadata": true /* Enables experimental support for emitting type metadata for decorators. */,
"noUncheckedIndexedAccess": true,

"lib": ["es2022", "dom"],
"types": ["node", "mocha"],
Expand Down

0 comments on commit 26bf15b

Please sign in to comment.