Update deno.jsonc: add "deno.ns" to lib and comment out importMap

Signed-off-by: Max P. <Mail@MPassarello.de>
This commit is contained in:
2025-05-07 12:27:40 +02:00
parent 1d2e89feca
commit bd881127ec

View File

@@ -8,7 +8,8 @@
"lib": [ "lib": [
"dom", "dom",
"dom.iterable", "dom.iterable",
"esnext" "esnext",
"deno.ns"
], ],
"strict": true "strict": true
}, },
@@ -24,5 +25,5 @@
"main.ts" "main.ts"
] ]
}, },
"importMap": "./import_map.json" //"importMap": "./import_map.json"
} }