Files
ISA-Frontend/apps/ui/autocomplete/tsconfig.lib.prod.json
Lorenz Hilpert 43ebda6bb2 Merged PR 760: Filter Artikelsuche
Related work items: #2008
2021-07-26 04:40:48 +00:00

11 lines
230 B
JSON

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