docs-util: added workflows typedoc plugin (#8463)
* initial changes * finish workflow plugin * add comments * remove todo
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user