projecte_ionic/node_modules/@schematics/angular/library/files/tsconfig.lib.prod.json.template
2022-02-09 18:30:03 +01:00

11 lines
240 B
Plaintext
Executable file

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