mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Only use the builds from the workspace as for the bootstrap scripts for web testing PR Close #62443
15 lines
299 B
JSON
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"],
|
|
}
|
|
}
|
|
}
|