diff options
feat: a backup of an automated alpine setup script
Diffstat (limited to 'deno.json')
-rw-r--r-- | deno.json | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -11,5 +11,12 @@ "license": "AGPL-3.0-or-later", "fmt": { "singleQuote": true - } + }, + "compilerOptions": { + "checkJs": true, + "strict": true + }, + "unstable": [ + "sloppy-imports" + ] } |