File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 " scripthost"
3030 ],
3131 "paths" : {
32+ "@components/*" : [
33+ " ../../pkg/rancher-components/src/components/*"
34+ ],
3235 "@shell/core/*" : [
3336 " ../../shell/core/*"
3437 ],
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
33 "paths" : {
4- "~/*" : [
5- " ../*"
6- ],
7- "@/*" : [
8- " ../*"
4+ "@components/*" : [
5+ " ./rancher-components/*" ,
6+ " ../pkg/rancher-components/src/components/*"
97 ],
108 "@shell/*" : [
119 " ../shell/*"
1210 ],
1311 "@pkg/*" : [
1412 " ../shell/pkg/*"
1513 ],
16- "@components/*" : [
17- " ./rancher-components/*" ,
18- " ../pkg/rancher-components/src/components/*"
14+ "~/*" : [
15+ " ../*"
16+ ],
17+ "@/*" : [
18+ " ../*"
1919 ]
2020 },
2121 },
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
33 "paths" : {
4- "~/*" : [
5- " *"
6- ],
7- "@/*" : [
8- " *"
4+ "@components/*" : [
5+ " pkg/rancher-components/src/components/*"
96 ],
107 "@shell/*" : [
118 " shell/*"
129 ],
1310 "@pkg/*" : [
1411 " shell/pkg/*"
1512 ],
16- "@components/*" : [
17- " pkg/rancher-components/src/components/*"
13+ "~/*" : [
14+ " *"
15+ ],
16+ "@/*" : [
17+ " *"
1818 ]
1919 },
2020 },
You can’t perform that action at this time.
0 commit comments