mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 08:17:18 +08:00
33 lines
665 B
JSON
33 lines
665 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"*": [
|
|
"types/*"
|
|
],
|
|
"core-js/es7/reflect": [
|
|
"node_modules/core-js/proposals/reflect-metadata"
|
|
],
|
|
"core-js/es6/*": [
|
|
"node_modules/core-js/es"
|
|
]
|
|
},
|
|
"baseUrl": "./",
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"target": "es2015",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"lib": [
|
|
"es2018",
|
|
"dom"
|
|
]
|
|
}
|
|
}
|