Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
chore: add more strict tsc flags (#112)
Browse files Browse the repository at this point in the history
add more strict tsc flags
  • Loading branch information
harrysolovay authored Jun 15, 2022
1 parent 7202f6e commit 740f07d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"checkJs": false,
"experimentalDecorators": false,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noUncheckedIndexedAccess": true
"noUncheckedIndexedAccess": true,
"useUnknownInCatchVariables": true
},
"lint": {
"files": {
Expand Down

0 comments on commit 740f07d

Please sign in to comment.