Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Plain Diff
Browse Code »
Commit
a5ed79fc948521e88a71ccc0c7ce5cb0ecde144d
Authored by
vben
2 years ago
2 parents
d25df832
660024c6
Merge branch 'main' of
https://github.com/anncwb/vue-vben-admin
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
tsconfig.json
tsconfig.json
View file @
a5ed79f
...
...
@@ -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": [
...
...