31 lines
584 B
JSON
31 lines
584 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "./src",
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"module": "es2020",
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"skipLibCheck": true,
|
|
"target": "ES2022",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"lib": [
|
|
"es2018",
|
|
"dom"
|
|
],
|
|
"paths": {
|
|
"@app/*": [
|
|
"./app/*"
|
|
],
|
|
"@common/*": [
|
|
"./common/*"
|
|
]
|
|
},
|
|
"useDefineForClassFields": false
|
|
}
|
|
} |