2023-11-06 16:42:56 +00:00
|
|
|
/* To learn more about this file see: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
|
|
|
|
|
{
|
2023-12-07 20:57:21 +00:00
|
|
|
"extends": "./tsconfig.json",
|
2023-11-06 16:42:56 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"outDir": "../../out-tsc/app",
|
2025-11-07 19:32:15 +00:00
|
|
|
"types": ["dom-navigation"],
|
2025-04-10 09:40:30 +00:00
|
|
|
// Path mappings can result in two versions of e.g. `@angular/core`.
|
|
|
|
|
// core may be linked in `adev/node_modules`, but also ESBuild does
|
|
|
|
|
// respect the tsconfig path mappings.
|
|
|
|
|
"paths": {}
|
2023-11-06 16:42:56 +00:00
|
|
|
},
|
2024-04-13 14:06:30 +00:00
|
|
|
"files": ["src/main.ts", "src/main.server.ts"],
|
2025-04-03 04:19:26 +00:00
|
|
|
"include": ["src/**/*.d.ts"]
|
2023-11-06 16:42:56 +00:00
|
|
|
}
|