Skip to content

Commit

Permalink
tsc options
Browse files Browse the repository at this point in the history
  • Loading branch information
imcotton committed Mar 15, 2024
1 parent 43bc6be commit 619101a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"compilerOptions": {
"noImplicitAny": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noUncheckedIndexedAccess": true,
"strict": true
},
Expand Down

0 comments on commit 619101a

Please sign in to comment.