1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-24 22:46:41 +07:00

added tests and fixed errors

This commit is contained in:
Fedor Katurov 2024-01-11 19:22:03 +07:00
parent 6e34090f8f
commit 88c1a41b2f
13 changed files with 2297 additions and 91 deletions

View file

@ -16,5 +16,5 @@
"strict": true,
"skipLibCheck": true
},
"include": ["./**/*", "./custom.d.ts"]
"include": ["./src/index.ts", "./custom.d.ts"]
}