15 lines
No EOL
336 B
JSON
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"
|
|
],
|
|
} |