vince
2024-08-01 4fcbdd3925c53b3d6e41ef2abba175bb09b8aaa2
tsconfig.json
@@ -3,10 +3,9 @@
  "extends": "@vben/ts-config/vue-app.json",
  "compilerOptions": {
    "baseUrl": ".",
    "types": ["vite/client", "unplugin-vue-define-options/macros-global"],
    "declaration": false,
    "types": ["vite/client"],
    "paths": {
      "/@/*": ["src/*"],
      "/#/*": ["types/*"],
      "@/*": ["src/*"],
      "#/*": ["types/*"]
    }