Skip to content

Commit

Permalink
autofix: jsconfig.json should have md5 728f0cacd95fea3c3b9b219b588fb4c9
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 17, 2020
1 parent 7d420c4 commit 96ef78d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"compilerOptions": {
"charset": "utf8",
"baseUrl": "./",
"paths": {
"lib/*": [
"src/lib/*"
],
"src/*": [
"src/*"
],
"root/*": [
"./*"
]
}
},
"exclude": [
"node_modules",
"dist"
]
}

0 comments on commit 96ef78d

Please sign in to comment.