feat: add typedoc generation

This commit is contained in:
Aleksandr Bukhalo
2020-09-13 11:25:23 +03:00
parent df2b6a5ab3
commit 9d4464eee4
3 changed files with 157 additions and 1 deletions

View File

@@ -30,7 +30,8 @@
"precommit": "lint-staged",
"prepublish:npm": "npm run build",
"publish:npm": "npm publish --access public",
"test": ""
"test": "",
"typedoc:build": "typedoc --tsconfig ./tsconfig.typedoc.json"
},
"dependencies": {
"telegraf": "3.38.0"
@@ -48,6 +49,7 @@
"prettier": "2.1.1",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.3",
"typedoc": "^0.19.1",
"typescript": "4.0.2"
},
"peerDependencies": {