angular/tools/tsconfig.json
Joey Perrott dfbdbbe882 refactor: use zone.js from npm instead of packages/zone.js throughout repo (#61977)
Use zone.js from npm isntead of from the repo going forward

PR Close #61977
2025-06-10 12:02:03 -07:00

15 lines
299 B
JSON

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