{
  "extends": "@vue/tsconfig/tsconfig.web.json",
  "include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": ["./src/*"]
    },
    "types": ["element-plus/global","unplugin-vue-define-options/macros-global"],
    "jsx": "preserve",
  },

  "references": [
    {
      "path": "./tsconfig.config.json"
    }
  ]
}