2024-10-16 14:03:50 +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. */
|
2019-10-18 14:32:41 +00:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "./out-tsc/app",
|
2024-10-16 14:03:50 +00:00
|
|
|
"types": [
|
|
|
|
"node"
|
|
|
|
]
|
2019-10-18 14:32:41 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/main.ts",
|
2024-10-16 14:03:50 +00:00
|
|
|
"src/main.server.ts",
|
|
|
|
"server.ts"
|
2019-10-18 14:32:41 +00:00
|
|
|
],
|
|
|
|
"include": [
|
2024-10-16 14:03:50 +00:00
|
|
|
"src/**/*.d.ts"
|
2019-10-18 14:32:41 +00:00
|
|
|
]
|
|
|
|
}
|