slige/web/public/deno.jsonc

13 lines
295 B
Plaintext
Raw Permalink Normal View History

2024-11-21 03:12:07 +00:00
{
2024-12-06 10:57:26 +00:00
"tasks": {
2024-12-16 14:33:12 +00:00
"bundle": "deno run --check --allow-read --allow-write --allow-env --allow-run bundle.ts"
2024-12-06 10:57:26 +00:00
},
2024-12-06 09:39:50 +00:00
"compilerOptions": {
2024-12-06 10:57:26 +00:00
"checkJs": false,
"lib": ["dom", "dom.iterable", "dom.asynciterable", "deno.ns"]
2024-11-21 03:12:07 +00:00
},
"fmt": {
"indentWidth": 4
}
}