16 lines
248 B
JSON
16 lines
248 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"lib": [
|
|
"deno.ns",
|
|
"dom"
|
|
]
|
|
},
|
|
"lint": {
|
|
"rules": {
|
|
"tags": ["recommended"],
|
|
"include": ["ban-untagged-todo"],
|
|
"exclude": ["no-unused-vars"]
|
|
}
|
|
}
|
|
}
|