kar-cw/tsconfig.prod.json

10 lines
235 B
JSON
Raw Normal View History

2024-03-29 18:35:55 +01:00
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
2024-03-29 18:35:55 +01:00
"compilerOptions": {
"declarationMap": false
},
"angularCompilerOptions": {
"compilationMode": "partial"
}
}