mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
135c594443
Use zone.js from npm isntead of from the repo going forward PR Close #61978
16 lines
299 B
JSON
16 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"],
|
|
}
|
|
}
|
|
}
|