mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
10 lines
328 B
JSON
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"]
|
|
}
|