go-watch/tsconfig.json
2023-04-08 17:44:56 +00:00

15 lines
No EOL
336 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"target": "ES5",
"lib": ["ES2020", "dom"],
"noImplicitAny": false,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true,
"downlevelIteration": true
},
"include": [
"web/static/*.ts"
],
}