angular/tools/tsconfig.json
Joey Perrott 22381bfd2d build: update tools directory to use rules_js for building (#61656)
Use ts_project for building the tools directory targets

PR Close #61656
2025-05-26 09:01:13 +00:00

17 lines
396 B
JSON

{
"compilerOptions": {
"strict": true,
"skipLibCheck": true,
"declaration": true,
"esModuleInterop": true,
"sourceMap": true,
"module": "esnext",
"moduleResolution": "node",
"types": ["node"],
"paths": {
"zone.js": ["../packages/zone.js/lib/zone"],
"zone.js/*": ["../packages/zone.js/*"],
"@angular/*": ["../packages/*/index"],
}
}
}