Skip to content

Commit 47bcd11

Browse files
committed
Files
1 parent b22f363 commit 47bcd11

File tree

3 files changed

+1030
-2
lines changed

3 files changed

+1030
-2
lines changed

jsconfig.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"compilerOptions": {
3+
"baseUrl": "src",
4+
"paths": {
5+
"$bot/*": ["root/*"],
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)