mirror of
https://git.sfja.dk/sfja/git-repo-search.git
synced 2025-01-17 21:56:30 +00:00
13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
|
{
|
||
|
"tasks": {
|
||
|
"bundle": "deno run --check --allow-read --allow-write --allow-env --allow-run bundle.ts"
|
||
|
},
|
||
|
"compilerOptions": {
|
||
|
"checkJs": false,
|
||
|
"lib": ["dom", "dom.iterable", "dom.asynciterable", "deno.ns"]
|
||
|
},
|
||
|
"fmt": {
|
||
|
"indentWidth": 4
|
||
|
}
|
||
|
}
|