printj/misc/test.deno.jsonc

12 lines
164 B
Plaintext
Raw Permalink Normal View History

2023-12-14 05:37:22 +00:00
{
"compilerOptions": {
"lib": [
"deno.ns",
"dom",
"dom.iterable",
"dom.asynciterable"
]
},
"importMap": "./import_map.json"
}