deno-pipelines/deno.jsonc

10 lines
137 B
Plaintext
Raw Permalink Normal View History

2024-09-20 00:27:42 +02:00
{
"fmt": {
"indentWidth": 4
2024-09-20 00:43:24 +02:00
},
"tasks": {
"check": "deno check main.ts",
"test": "deno test"
2024-09-20 00:27:42 +02:00
}
}