Skip to content

Commit 4d2d52e

Browse files
JosephMingPanJiaChen
authored andcommitted
perf: VS Code support webpack alias file jump (PanJiaChen#2609)
1 parent 1336b92 commit 4d2d52e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

jsconfig.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"compilerOptions": {
3+
"baseUrl": "./",
4+
"paths": {
5+
"@/*": ["src/*"]
6+
}
7+
},
8+
"exclude": ["node_modules", "dist"]
9+
}

0 commit comments

Comments
 (0)