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