2025-12-13 20:12:09 +01:00
|
|
|
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
|
|
|
|
|
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
|
|
|
|
|
{
|
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
2025-12-19 09:40:38 +01:00
|
|
|
"outDir": "./out-tsc/lib",
|
2025-12-13 20:12:09 +01:00
|
|
|
"declaration": true,
|
|
|
|
|
"declarationMap": true,
|
|
|
|
|
"inlineSources": true,
|
|
|
|
|
"types": []
|
|
|
|
|
},
|
2025-12-19 14:55:08 +01:00
|
|
|
"include": ["src/**/*.ts"],
|
|
|
|
|
"exclude": ["**/*.spec.ts"]
|
2025-12-19 09:40:38 +01:00
|
|
|
}
|