1 /* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ 2 /* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ 3 { 4 "extends": "./tsconfig.lib.json", 5 "compilerOptions": { 6 "declarationMap": false 7 }, 8 "angularCompilerOptions": { 9 "compilationMode": "partial" 10 } 11 } 12