bas-remote-dev/deno.json
Jānis Jansons ba2b2721eb
Some checks failed
Playwright Tests / test (push) Failing after 46s
Initial commit
2024-12-10 21:47:29 +02:00

17 lines
277 B
JSON

{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
},
"nodeModulesDir": "auto",
"fmt": {
"useTabs": false,
"lineWidth": 90,
"indentWidth": 2,
"semiColons": false,
"singleQuote": false
}
}