control-center/projects/ng-core/tsconfig.lib.prod.json
2022-08-01 19:21:48 +03:00

11 lines
258 B
JSON

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