angular/packages/benchpress/tsconfig.json
Joey Perrott 1818a84209 build: migrate benchpress to use rules_js (#61486)
Use ts_project to build targets in benchpress package

PR Close #61486
2025-05-20 08:44:53 +00:00

6 lines
92 B
JSON

{
"extends": "../tsconfig-build.json",
"compilerOptions": {
"types": ["node"]
}
}