Files
dandelion/deno.json

7 lines
130 B
JSON

{
"tasks": {
"build": "deno run -A npm:typescript/bin/tsc",
"watch": "deno run -A npm:typescript/bin/tsc --watch"
}
}