paren/deno.json

7 lines
97 B
JSON
Raw Permalink Normal View History

2022-05-22 00:03:48 +03:00
{
"compilerOptions": {
"lib": ["deno.ns", "dom"]
},
"importMap": "./import_map.json"
}