Skip to content

Commit 0238eec

Browse files
committed
autofix: jsconfig.json should have md5 728f0cacd95fea3c3b9b219b588fb4c9
1 parent 3449962 commit 0238eec

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

jsconfig.json

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

0 commit comments

Comments
 (0)