mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
61c731a21b
Use ts_project for building the tools directory targets PR Close #61658
18 lines
396 B
JSON
18 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"],
|
|
}
|
|
}
|
|
}
|