mirror of
https://git.sfja.dk/Mikkel/slige.git
synced 2025-01-18 22:46:30 +00:00
14 lines
285 B
Plaintext
14 lines
285 B
Plaintext
{
|
|
"tasks": {
|
|
"bundle": "deno run -A bundle.ts",
|
|
"dev": "deno run --watch -A bundle.ts"
|
|
},
|
|
"compilerOptions": {
|
|
"checkJs": false,
|
|
"lib": ["dom", "dom.iterable", "dom.asynciterable", "deno.ns"]
|
|
},
|
|
"fmt": {
|
|
"indentWidth": 4
|
|
}
|
|
}
|