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

refactor/copy
Francis 5 years ago committed by 花裤衩
parent 1336b92c2f
commit 4d2d52ef03

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