bas-remote-dev/deno.json

17 lines
277 B
JSON
Raw Normal View History

2024-12-10 21:34:36 +02:00
{
"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
}
}