refactor: '/@/' ==> '@/' and '/#/ '==> '#/' (#3329)

* refactor: /@/ ==> @/

* chore: '/@/' ==> '@/' and '/#/ '==> '#/'

* fix: lint:prettier
This commit is contained in:
xingyu
2023-11-24 10:32:04 +08:00
committed by GitHub
parent 3f65baf503
commit 4d2fb0cb6f
127 changed files with 807 additions and 827 deletions

View File

@@ -6,8 +6,6 @@
"declaration": false,
"types": ["vite/client"],
"paths": {
"/@/*": ["src/*"],
"/#/*": ["types/*"],
"@/*": ["src/*"],
"#/*": ["types/*"]
}