Commit a5ed79fc948521e88a71ccc0c7ce5cb0ecde144d

Authored by vben
2 parents d25df832 660024c6
Showing 1 changed file with 3 additions and 1 deletions
tsconfig.json
... ... @@ -6,7 +6,9 @@
6 6 "types": ["vite/client"],
7 7 "paths": {
8 8 "/@/*": ["src/*"],
9   - "/#/*": ["types/*"]
  9 + "/#/*": ["types/*"],
  10 + "@/*": ["src/*"],
  11 + "#/*": ["types/*"]
10 12 }
11 13 },
12 14 "include": [
... ...