Skip to content

Commit

Permalink
Add skip unchecked index access
Browse files Browse the repository at this point in the history
  • Loading branch information
ZettZet committed Nov 14, 2023
1 parent f3dad11 commit ce8c5e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"noEmitOnError": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"esModuleInterop": true
"esModuleInterop": true,
"noUncheckedIndexedAccess": false
},
"include": [
"transformer.ts",
Expand Down

0 comments on commit ce8c5e8

Please sign in to comment.