angular/integration/platform-server-zoneless/projects/standalone/tsconfig.app.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

15 lines
303 B
JSON

/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/app",
"types": []
},
"files": [
"src/main.ts",
"server.ts"
],
"include": [
"src/**/*.d.ts"
]
}