Browse Source

Merge branch 'main' of https://github.com/anncwb/vue-vben-admin

vben 2 years ago
parent
commit
a5ed79fc94
1 changed files with 3 additions and 1 deletions
  1. 3 1
      tsconfig.json

+ 3 - 1
tsconfig.json

@@ -6,7 +6,9 @@
     "types": ["vite/client"],
     "types": ["vite/client"],
     "paths": {
     "paths": {
       "/@/*": ["src/*"],
       "/@/*": ["src/*"],
-      "/#/*": ["types/*"]
+      "/#/*": ["types/*"],
+      "@/*": ["src/*"],
+      "#/*": ["types/*"]
     }
     }
   },
   },
   "include": [
   "include": [