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

added http and telegram api services

This commit is contained in:
Fedor Katurov 2021-04-26 12:11:41 +07:00
parent 5453e884c6
commit 9433cc327a
18 changed files with 687 additions and 70 deletions

View file

@ -9,10 +9,10 @@
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"module": "commonjs",
"target": "es6",
"target": "es2017",
"baseUrl": ".",
"paths": {},
"lib": ["es6"]
"lib": ["esnext"]
},
"include": [
"./**/*",