mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7aa6e580c9
This TS config doc is now at https://angular.io/guide/typescript-configuration PR Close #50933
15 lines
291 B
JSON
15 lines
291 B
JSON
/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */
|
|
{
|
|
"extends": "./tsconfig.app.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../out-tsc/server",
|
|
"types": [
|
|
"node"
|
|
]
|
|
},
|
|
"files": [
|
|
"src/main.server.ts",
|
|
"server.ts"
|
|
]
|
|
}
|