angular/modules/ssr-benchmarks/tsconfig.app.json
Matthieu Riegler 84b6896956 refactor(platform-server): Add an ssr benchmark setup. (#57647)
In order to investigate the performances of SSR, this commit introduces a benchmark suite which will measure several step of the rendering.

PR Close #57647
2024-10-04 10:45:22 -07:00

10 lines
328 B
JSON

/* To learn more about this file see: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/app",
"types": ["node"]
},
"files": ["src/main.ts", "src/main.server.ts", "run-benchmark.ts"],
"include": ["src/**/*.d.ts"]
}