deno-pipelines/deno.jsonc
2024-09-20 00:44:35 +02:00

10 lines
137 B
Plaintext

{
"fmt": {
"indentWidth": 4
},
"tasks": {
"check": "deno check main.ts",
"test": "deno test"
}
}