Skip to content

Commit

Permalink
Automatically merged boilerplate update from #24
Browse files Browse the repository at this point in the history
Applied 1 fix from jaid/action-uptodater
  • Loading branch information
github-actions[bot] authored Apr 17, 2020
2 parents dff7ab6 + a768204 commit 35b527c
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 35b527c

Please sign in to comment.