chore: 调整别名优先级

This commit is contained in:
zclzone 2023-11-05 15:42:21 +08:00
parent 60942e82f3
commit be1884bd05

View File

@ -4,8 +4,8 @@
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"~/*": ["./*"],
"@/*": ["src/*"]
"@/*": ["src/*"],
"~/*": ["./*"]
},
"jsx": "preserve",
"allowJs": true