Skip to content

Commit 4b9e6a4

Browse files
committed
chore: wip
1 parent 6a74a66 commit 4b9e6a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"rootDir": "./",
77
"module": "esnext",
88
"moduleResolution": "bundler",
9+
"paths": {
10+
"buddy-bot": ["./src/index.ts"]
11+
},
912
"resolveJsonModule": true,
1013
"allowImportingTsExtensions": true,
1114
"strict": true,

0 commit comments

Comments
 (0)