Skip to content

Commit 2f44d25

Browse files
committed
Freshened up configuration and boilerplate
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent e052d92 commit 2f44d25

File tree

5 files changed

+307
-818
lines changed

5 files changed

+307
-818
lines changed

.github/funding.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: Jaid
2+
custom: https://twitch.tv/products/jaidchen

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+
"root/*": [
7+
"./*"
8+
],
9+
"src/*": [
10+
"src/*"
11+
],
12+
"lib/*": [
13+
"src/lib/*"
14+
],
15+
},
16+
},
17+
"exclude": [
18+
"node_modules",
19+
"dist"
20+
],
21+
}

0 commit comments

Comments
 (0)