fix: documentation not beeing generated

This commit is contained in:
Rainer Killinger
2022-06-27 15:08:15 +02:00
parent 4afbb9722e
commit 51ae246a0f
2 changed files with 9 additions and 7 deletions

View File

@@ -66,8 +66,7 @@
"re2": "1.17.7",
"toposort": "2.0.2",
"ts-json-schema-generator": "1.0.0",
"ts-node": "10.8.1",
"typescript": "4.4.4"
"ts-node": "10.8.1"
},
"devDependencies": {
"@openstapps/configuration": "0.31.0",
@@ -93,6 +92,7 @@
"prepend-file-cli": "1.0.6",
"prettier": "2.7.1",
"rimraf": "3.0.2",
"typedoc": "0.23.1"
"typedoc": "0.22.17",
"typescript": "4.4.4"
}
}