mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-13 10:44:12 +01:00
25 lines
534 B
JSON
25 lines
534 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2018",
|
|
"module": "ES2015",
|
|
"lib": [
|
|
"ES2021",
|
|
"DOM"
|
|
],
|
|
"moduleResolution": "Node",
|
|
"noImplicitAny": true,
|
|
"noImplicitOverride": true,
|
|
"noImplicitThis": true,
|
|
"noImplicitReturns": true,
|
|
"removeComments": false,
|
|
"alwaysStrict": true,
|
|
"strict": true,
|
|
"allowJs": true,
|
|
"inlineSourceMap": true,
|
|
"outDir": "src/main/resources/web/js"
|
|
},
|
|
"include": [
|
|
"src/main/typescript/js/**.ts",
|
|
"src/main/typescript/js/**.js"
|
|
]
|
|
} |