SuiteCRM-Core/core/app/common/tsconfig.lib.prod.json
2023-11-21 14:32:32 +00:00

10 lines
240 B
JSON

/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.lib.json",
"compilerOptions": {
"declarationMap": false
},
"angularCompilerOptions": {
"compilationMode": "partial"
}
}