2026-04-25 19:02:57 +00: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": {
|
2026-05-07 20:15:30 -04:00
|
|
|
"outDir": "./out-tsc/app",
|
|
|
|
|
"types": []
|
2026-04-25 19:02:57 +00:00
|
|
|
},
|
|
|
|
|
"include": [
|
2026-05-07 20:15:30 -04:00
|
|
|
"src/**/*.ts"
|
|
|
|
|
],
|
|
|
|
|
"exclude": [
|
2026-04-25 19:02:57 +00:00
|
|
|
"src/**/*.spec.ts"
|
|
|
|
|
]
|
|
|
|
|
}
|