silverbullet/deno.json

10 lines
251 B
JSON
Raw Normal View History

2022-10-03 23:36:21 +08:00
{
"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"
}
}