Merge branch 'main' of https://github.com/anncwb/vue-vben-admin
This commit is contained in:
commit
a5ed79fc94
|
|
@ -6,7 +6,9 @@
|
||||||
"types": ["vite/client"],
|
"types": ["vite/client"],
|
||||||
"paths": {
|
"paths": {
|
||||||
"/@/*": ["src/*"],
|
"/@/*": ["src/*"],
|
||||||
"/#/*": ["types/*"]
|
"/#/*": ["types/*"],
|
||||||
|
"@/*": ["src/*"],
|
||||||
|
"#/*": ["types/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue