dashboard/shell/tsconfig.paths.json

22 lines
320 B
JSON

{
"compilerOptions": {
"paths": {
"~/*": [
"../*"
],
"@/*": [
"../*"
],
"@shell/*": [
"../shell/*"
],
"@pkg/*": [
"../shell/pkg/*"
],
"@components/*": [
"../pkg/rancher-components/src/components/*"
]
},
},
}