docs-util: added workflows typedoc plugin (#8463)

* initial changes

* finish workflow plugin

* add comments

* remove todo
This commit is contained in:
Shahed Nasser
2024-08-06 14:23:24 +03:00
committed by GitHub
parent 0ff5b975e7
commit c870302400
21 changed files with 576 additions and 5 deletions

View File

@@ -11,7 +11,8 @@
"scripts": {
"build": "yarn clean && tsc",
"lint": "eslint --ext .ts src",
"clean": "rimraf dist"
"clean": "rimraf dist",
"watch": "tsc --watch"
},
"peerDependencies": {
"typedoc": "0.26.x"