Skip to content

Commit

Permalink
Freshened up configuration and boilerplate
Browse files Browse the repository at this point in the history
Signed-off-by: Jaid <jaid.jsx@gmail.com>
  • Loading branch information
Jaid committed Jun 15, 2019
1 parent 6842a49 commit 3933d19
Show file tree
Hide file tree
Showing 5 changed files with 271 additions and 372 deletions.
2 changes: 2 additions & 0 deletions .github/funding.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: Jaid
custom: https://twitch.tv/products/jaidchen
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": {
"root/*": [
"./*"
],
"src/*": [
"src/*"
],
"lib/*": [
"src/lib/*"
],
},
},
"exclude": [
"node_modules",
"dist"
],
}
Loading

0 comments on commit 3933d19

Please sign in to comment.