Commit a5ed79fc948521e88a71ccc0c7ce5cb0ecde144d
Merge branch 'main' of https://github.com/anncwb/vue-vben-admin
Showing
1 changed file
with
3 additions
and
1 deletions
tsconfig.json
@@ -6,7 +6,9 @@ | @@ -6,7 +6,9 @@ | ||
6 | "types": ["vite/client"], | 6 | "types": ["vite/client"], |
7 | "paths": { | 7 | "paths": { |
8 | "/@/*": ["src/*"], | 8 | "/@/*": ["src/*"], |
9 | - "/#/*": ["types/*"] | 9 | + "/#/*": ["types/*"], |
10 | + "@/*": ["src/*"], | ||
11 | + "#/*": ["types/*"] | ||
10 | } | 12 | } |
11 | }, | 13 | }, |
12 | "include": [ | 14 | "include": [ |