1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-01 13:33:58 +08:00

添加“vscode对alias全局变量的跳转”配置文件

This commit is contained in:
王铭超 2019-09-27 11:12:31 +08:00
parent ee287d8314
commit 916d92eb3a

9
jsconfig.json Normal file
View File

@ -0,0 +1,9 @@
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}