aboutsummaryrefslogtreecommitdiffstats
path: root/deno.json
diff options
context:
space:
mode:
Diffstat (limited to 'deno.json')
-rw-r--r--deno.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/deno.json b/deno.json
index 32e1f61..0b64e84 100644
--- a/deno.json
+++ b/deno.json
@@ -11,5 +11,12 @@
"license": "AGPL-3.0-or-later",
"fmt": {
"singleQuote": true
- }
+ },
+ "compilerOptions": {
+ "checkJs": true,
+ "strict": true
+ },
+ "unstable": [
+ "sloppy-imports"
+ ]
}