mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a29203ff1f
This change updates the universal example to align with latest CLI changes. PR Close #48665
11 lines
161 B
JSON
11 lines
161 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/app-server",
|
|
"types": ["node"]
|
|
},
|
|
"files": [
|
|
"server.ts"
|
|
]
|
|
}
|