website/tsconfig.json

14 lines
215 B
JSON
Raw Normal View History

2025-01-05 16:10:40 -05:00
{
"compilerOptions": {
"lib": [ "dom", "es2021", "dom.iterable" ],
"noUnusedLocals": true,
"outDir": "./js/",
"removeComments": true,
"target": "es6"
},
"include": [
"./ts/*.ts"
]
}