ngx-data-ui/projects/openharbor/ngx-data-bootstrap-ui/tsconfig.lib.prod.json

10 lines
163 B
JSON
Raw Permalink Normal View History

{
"extends": "./tsconfig.lib.json",
2024-08-26 01:03:38 -04:00
"compilerOptions": {
"declarationMap": false
},
"angularCompilerOptions": {
2024-08-26 01:14:23 -04:00
"compilationMode": "partial"
}
}