10 lines
137 B
Plaintext
10 lines
137 B
Plaintext
{
|
|
"fmt": {
|
|
"indentWidth": 4
|
|
},
|
|
"tasks": {
|
|
"check": "deno check main.ts",
|
|
"test": "deno test"
|
|
}
|
|
}
|