ngx-data/projects/openharbor/ngx-data-apollo/tsconfig.lib.prod.json

9 lines
152 B
JSON
Raw Normal View History

2024-08-25 18:31:49 -04:00
{
"extends": "./tsconfig.lib.json",
2024-08-25 18:40:16 -04:00
"compilerOptions": {
"declarationMap": false
},
2024-08-25 18:31:49 -04:00
"angularCompilerOptions": {
"enableIvy": false
}
}