Skip to content

Commit b706a7b

Browse files
committed
perf: 添加“vscode对alias全局变量的跳转”配置文件
1 parent a949094 commit b706a7b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

jsconfig.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"compilerOptions": {
3+
"baseUrl": "./",
4+
"paths": {
5+
"@/*": [
6+
"src/*"
7+
]
8+
}
9+
},
10+
"exclude": [
11+
"node_modules",
12+
"dist"
13+
]
14+
}

0 commit comments

Comments
 (0)