fix(sample-app): make possible to run app

This commit is contained in:
Morb0
2021-01-03 15:35:18 +03:00
parent 334304a823
commit e75415340b
9 changed files with 117 additions and 210 deletions

View File

@@ -30,7 +30,8 @@
"prepublish:npm": "npm run build",
"publish:npm": "npm publish --access public",
"test": "",
"typedoc:build": "typedoc --tsconfig ./tsconfig.typedoc.json"
"typedoc:build": "typedoc --tsconfig ./tsconfig.typedoc.json",
"sample-app": "ts-node --transpile-only -r tsconfig-paths/register sample/main.ts"
},
"dependencies": {
"telegraf": "3.38.0"
@@ -50,6 +51,7 @@
"prettier": "2.2.1",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.3",
"tsconfig-paths": "3.9.0",
"typedoc": "0.20.9",
"typescript": "4.1.3"
},