VIAaaS/src/main/resources/web/tsconfig.json

19 lines
338 B
JSON

{
"compilerOptions": {
"target": "ES2018",
"module": "ES2015",
"lib": [
"ES2021",
"DOM"
],
"moduleResolution": "Node",
"noImplicitAny": true,
"noImplicitOverride": true,
"noImplicitThis": true,
"noImplicitReturns": true,
"removeComments": true
},
"include": [
"js/**.ts"
]
}