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:
@@ -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"
|
||||||
}
|
}
|
Reference in New Issue
Block a user