angular/tools/tsconfig.json
Joey Perrott 50a69dee6c build: only require workspace build packages for web tests when provided (#62443)
Only use the builds from the workspace as for the bootstrap scripts for web testing

PR Close #62443
2025-07-03 08:34:25 +00: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"],
}
}
}