aboutsummaryrefslogtreecommitdiffstats
path: root/deno.json
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-03-18 10:38:06 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-03-18 10:38:06 +0100
commit5f8825bae500aef5a5350358c567c2d71bd5b1f1 (patch)
tree01b5cc5d6d9c9edc21226a6a963c00d48bf8930b /deno.json
parentf5c09c3d478d3b1be6c1fc53416649851bcc7fb4 (diff)
downloadmem-estrogen-zone-5f8825bae500aef5a5350358c567c2d71bd5b1f1.tar.gz
mem-estrogen-zone-5f8825bae500aef5a5350358c567c2d71bd5b1f1.tar.bz2
mem-estrogen-zone-5f8825bae500aef5a5350358c567c2d71bd5b1f1.tar.lz
mem-estrogen-zone-5f8825bae500aef5a5350358c567c2d71bd5b1f1.zip

feat: a backup of an automated alpine setup script

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"
+ ]
}