angular/integration/platform-server-zoneless/e2e/tsconfig.json
Alan Agius 794522602d test: add integration test for platform-server with zoneless (#61056)
Add an integration test to verify SSR with zoneless

(cherry picked from commit c88b29c506)

PR Close #61056
2025-04-30 12:02:03 -07:00

13 lines
289 B
JSON

/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es2019",
"types": [
"jasmine",
"node"
]
}
}