aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-05-17 07:22:11 +0000
committerFuwn <[email protected]>2022-05-17 07:22:11 +0000
commit5953e9e9eba86bc3c54f827d898d79d855671cc5 (patch)
tree122ac8f4c594b788dc721753c64e68eb9c2cfdd1
parentMerge branch 'main' of https://github.com/gemrest/laurali (diff)
downloadlaurali-5953e9e9eba86bc3c54f827d898d79d855671cc5.tar.xz
laurali-5953e9e9eba86bc3c54f827d898d79d855671cc5.zip
chore(deno.json): update compileroptions
-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": {