bunker/deno.jsonc
SimonFJ20 a03ad035fb
All checks were successful
Validate / Validate (push) Successful in 9s
init
2024-09-20 04:42:15 +02:00

10 lines
143 B
Plaintext

{
"exclude": ["public/**/*.js"],
"fmt": {
"indentWidth": 4
},
"tasks": {
"check": "deno check main.ts"
}
}