10 lines
143 B
Plaintext
10 lines
143 B
Plaintext
{
|
|
"exclude": ["public/**/*.js"],
|
|
"fmt": {
|
|
"indentWidth": 4
|
|
},
|
|
"tasks": {
|
|
"check": "deno check main.ts"
|
|
}
|
|
}
|