diff options
| author | Fuwn <[email protected]> | 2022-05-17 07:22:11 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-17 07:22:11 +0000 |
| commit | 5953e9e9eba86bc3c54f827d898d79d855671cc5 (patch) | |
| tree | 122ac8f4c594b788dc721753c64e68eb9c2cfdd1 | |
| parent | Merge branch 'main' of https://github.com/gemrest/laurali (diff) | |
| download | laurali-5953e9e9eba86bc3c54f827d898d79d855671cc5.tar.xz laurali-5953e9e9eba86bc3c54f827d898d79d855671cc5.zip | |
chore(deno.json): update compileroptions
| -rw-r--r-- | deno.json | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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": { |