Files
itc.webengineering/demo/tsconfig.app.json

16 lines
429 B
JSON
Raw Permalink Normal View History

2025-12-06 08:46:55 +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": {
"outDir": "./out-tsc/app",
2025-12-06 12:14:57 +01:00
"types": []
2025-12-06 08:46:55 +01:00
},
"include": [
2025-12-06 11:38:19 +01:00
"src/**/*.ts"
],
"exclude": [
"src/**/*.spec.ts"
2025-12-06 08:46:55 +01:00
]
}