tss/deno.json
2025-10-29 17:01:53 -04:00

15 lines
249 B
JSON

{
"tasks": {
"dev": "deno run --watch main.ts",
"bundle": "deno bundle -o bundle.js user-layout.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
},
"compilerOptions": {
"lib": [
"deno.window", "dom"
]
}
}