18 lines
304 B
JSON
18 lines
304 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["deno.ns", "deno.window", "dom", "esnext"],
|
|
"strict": true
|
|
},
|
|
"lint": {
|
|
"rules": {
|
|
"tags": ["recommended"]
|
|
}
|
|
},
|
|
"fmt": {
|
|
"useTabs": false,
|
|
"lineWidth": 100,
|
|
"indentWidth": 2,
|
|
"semiColons": true,
|
|
"singleQuote": false
|
|
}
|
|
} |