19 lines
261 B
Plaintext
19 lines
261 B
Plaintext
{
|
|
"tasks": {
|
|
"run": "deno run ./mod.ts"
|
|
},
|
|
"fmt": {
|
|
"options": {
|
|
"lineWidth": 120,
|
|
"indentWidth": 2,
|
|
"singleQuote": false,
|
|
"useTabs": false
|
|
},
|
|
"files": {
|
|
"exclude": [
|
|
"./lock.json"
|
|
]
|
|
}
|
|
}
|
|
}
|