mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: set paths for devtools & adev (#62574)
This allows the IDE to find the right imports PR Close #62574
This commit is contained in:
committed by
Andrew Kushnir
parent
745ea44394
commit
7bcaf01ace
@@ -12,6 +12,5 @@
|
||||
"jsxFactory": "h",
|
||||
"jsxFragmentFactory": "Fragment",
|
||||
"types": ["node"],
|
||||
"paths": {},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+5
-1
@@ -27,7 +27,11 @@
|
||||
"jsx": "react",
|
||||
"jsxFactory": "h",
|
||||
"jsxFragmentFactory": "Fragment",
|
||||
"skipLibCheck": true
|
||||
"skipLibCheck": true,
|
||||
"paths": {
|
||||
"@angular/docs": ["./shared-docs"],
|
||||
"@angular/*": ["../packages/*/index"]
|
||||
}
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
"enableI18nLegacyMessageIdFormat": false,
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"target": "es2020",
|
||||
"lib": ["es2020", "dom", "dom.iterable"],
|
||||
"types": ["chrome"],
|
||||
// TODO: Have an IDE specific tsconfig file
|
||||
"paths": {
|
||||
"@angular/*": ["../packages/*/index"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user