From 5f8825bae500aef5a5350358c567c2d71bd5b1f1 Mon Sep 17 00:00:00 2001 From: memdmp Date: Tue, 18 Mar 2025 10:38:06 +0100 Subject: feat: a backup of an automated alpine setup script --- deno.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'deno.json') 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" + ] } -- cgit v1.2.3