Skip to content

Commit 3ce199f

Browse files
committed
add webpack alias for vscode
1 parent 33d94c3 commit 3ce199f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

jsconfig.json

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

0 commit comments

Comments
 (0)