aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deno.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/deno.json b/deno.json
index de24001..9acf8ab 100644
--- a/deno.json
+++ b/deno.json
@@ -1,8 +1,11 @@
{
"compilerOptions": {
- "strict": true,
- "useUnknownInCatchVariables": true,
- "noImplicitOverride": true
+ "checkJs": true,
+ "noFallthroughCasesInSwitch": true,
+ "noImplicitReturns": true,
+ "noUnusedLocals": true,
+ "noUnusedParameters": true,
+ "noUncheckedIndexedAccess": false
},
"fmt": {
"files": {