mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commits update the platform-server test structure to add 2 applications in the Angular CLI workspace one based on ngmodules and another standalone. The same E2E suit is ran on both apps. PR Close #49927
14 lines
276 B
JSON
14 lines
276 B
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"extends": "./tsconfig.app.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../out-tsc/server",
|
|
"types": [
|
|
"node"
|
|
]
|
|
},
|
|
"files": [
|
|
"src/main.server.ts",
|
|
"server.ts"
|
|
]
|
|
}
|