perf: VS Code support webpack alias file jump

This commit is contained in:
花裤衩 2019-10-22 20:27:25 +08:00
parent 65730989c4
commit 0e8fa65568
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"]
}