{
  "compilerOptions": {
    "allowJs": true,
    "target": "esnext",
    "module": "esnext",
    "strict": true,
    "jsx": "preserve",
    "importHelpers": true,
    "moduleResolution": "node",
    "skipLibCheck": true,
    "esModuleInterop": true,
    "allowSyntheticDefaultImports": true,
    "sourceMap": true,
    "baseUrl": ".",
    "preserveSymlinks": true,
    "types": [
      "node",
      "webpack-env",
      "@types/node",
      "@types/jest",
    ],
    "lib": [
      "esnext",
      "dom",
      "dom.iterable",
      "scripthost"
    ],
    "paths": {
      "@shell/core/*": [
        "../../node_modules/dashboard-shell-shell/core/*"
      ],
      "@shell/config/*": [
        "../../node_modules/dashboard-shell-shell/config/*"
      ],
      "@shell/store/*": [
        "../../node_modules/dashboard-shell-shell/store/*"
      ],
      "@shell/plugins/*": [
        "../../node_modules/dashboard-shell-shell/plugins/*"
      ],
      "@shell/utils/*": [
        "../../node_modules/dashboard-shell-shell/utils/*"
      ],
      "@shell/models/*": [
        "../../node_modules/dashboard-shell-shell/models/*"
      ],
      "@shell/mixins/*": [
        "../../node_modules/dashboard-shell-shell/mixins/*"
      ],
      "@pkg/*": [
        "./*"
      ]
    }
  },
  "include": [
    "**/*.ts",
    "**/*.tsx",
    "**/*.vue",
    "../../node_modules/dashboard-shell-shell/types/*.d.ts",
    "../../node_modules/dashboard-shell-shell/core/types.ts"
  ],
  "exclude": [
    "node_modules"
  ]
}