177eab2260
This commit adds an integration test that uses `@angular/elements` with `@angular/platform-server` in order to highlight a current incompatibility. The issue will be fixed in a subsequent commit. PR Close #40559
18 lines
379 B
JSON
18 lines
379 B
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"extends": "./tsconfig.app.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/server",
|
|
"target": "es2016",
|
|
"types": [
|
|
"node"
|
|
]
|
|
},
|
|
"files": [
|
|
"src/main.server.ts"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"entryModule": "./src/app/app.server.module#AppServerModule"
|
|
}
|
|
}
|