10 lines
251 B
JSON
10 lines
251 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": ["dom", "dom.iterable", "dom.asynciterable", "deno.ns"]
|
||
|
},
|
||
|
"importMap": "import_map.json",
|
||
|
"tasks": {
|
||
|
"watch": "deno bundle --unstable --config deno.json --watch main.ts bundle.js"
|
||
|
}
|
||
|
}
|
||
|
|