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