mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-28 21:58:03 +08:00
41 lines
843 B
JSON
41 lines
843 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"esModuleInterop": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"target": "ES2022",
|
|
"typeRoots": [
|
|
"../../node_modules/@types"
|
|
],
|
|
"paths": {
|
|
"@app/*": [
|
|
"core/app/shell/src/app/*"
|
|
],
|
|
"common": [
|
|
"dist/common/common",
|
|
"dist/common"
|
|
],
|
|
"core": [
|
|
"dist/core/core",
|
|
"dist/core"
|
|
]
|
|
},
|
|
"lib": [
|
|
"es2018",
|
|
"dom",
|
|
"esnext.asynciterable"
|
|
],
|
|
"useDefineForClassFields": false
|
|
},
|
|
"angularCompilerOptions": {
|
|
"fullTemplateTypeCheck": true
|
|
}
|
|
}
|