mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 04:47:10 +08:00
24 lines
519 B
JSON
24 lines
519 B
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../out-tsc/lib",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"inlineSources": true,
|
|
"types": [],
|
|
"lib": [
|
|
"dom",
|
|
"es2022"
|
|
]
|
|
},
|
|
"angularCompilerOptions": {
|
|
"skipTemplateCodegen": true,
|
|
"strictMetadataEmit": true,
|
|
"enableResourceInlining": true
|
|
},
|
|
"exclude": [
|
|
"src/test.ts",
|
|
"**/*.spec.ts"
|
|
]
|
|
}
|