Skip to content

Commit cf7ec5c

Browse files
committed
autofix: jsconfig.json should have md5 728f0cacd95fea3c3b9b219b588fb4c9
1 parent faa8c6e commit cf7ec5c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

jsconfig.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"charset": "utf8",
44
"baseUrl": "./",
55
"paths": {
6-
"root/*": [
7-
"./*"
6+
"lib/*": [
7+
"src/lib/*"
88
],
99
"src/*": [
1010
"src/*"
1111
],
12-
"lib/*": [
13-
"src/lib/*"
14-
],
15-
},
12+
"root/*": [
13+
"./*"
14+
]
15+
}
1616
},
1717
"exclude": [
1818
"node_modules",
1919
"dist"
20-
],
20+
]
2121
}

0 commit comments

Comments
 (0)