perf: VS Code support webpack alias file jump (#2609)

This commit is contained in:
Francis 2019-09-27 13:45:49 +08:00 committed by 花裤衩
parent 1336b92c2f
commit 4d2d52ef03
1 changed files with 9 additions and 0 deletions

9
jsconfig.json Normal file
View File

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