bas-remote-dev/deno.json
Jānis Jansons dc7a816777
Some checks failed
Playwright Tests / test (push) Failing after 58s
Initial commit
2024-12-10 21:41:05 +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
}
}