Skip to content

Commit

Permalink
chore: enable noUncheckedIndexedAccess (#4484)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed Mar 14, 2024
1 parent a49f560 commit 6c88cdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"compilerOptions": {
"strict": true,
"useUnknownInCatchVariables": true,
"noImplicitOverride": true
"noImplicitOverride": true,
"noUncheckedIndexedAccess": true
},
"imports": {
"https://deno.land/std@$STD_VERSION/": "./",
Expand Down

0 comments on commit 6c88cdb

Please sign in to comment.