Enchantrix/vault/deno.json

17 lines
248 B
JSON
Raw Normal View History

{
"compilerOptions": {
2022-01-23 20:32:21 +00:00
"target": "esnext",
"lib": [
"deno.ns",
"dom"
2022-01-23 20:32:21 +00:00
]
},
"lint": {
"rules": {
"tags": ["recommended"],
"include": ["ban-untagged-todo"],
"exclude": ["no-unused-vars"]
}
}
2022-01-23 18:51:44 +00:00
}