Skip to content

Commit d3f7904

Browse files
committed
docs: add typedoc-plugin-missing-exports to render not exported types
1 parent 7e9835c commit d3f7904

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

package-lock.json

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"standard-version": "^9.3.2",
103103
"ts-node": "^10.5.0",
104104
"typedoc": "^0.22.17",
105+
"typedoc-plugin-missing-exports": "^0.22.6",
105106
"typescript": "^4.5.5",
106107
"webpack": "^5.68.0",
107108
"webpack-bundle-analyzer": "^4.5.0",

typedoc.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
"out": "./docs/api",
44
"excludePrivate": true,
55
"githubPages": false,
6+
"excludeExternals": true,
7+
"treatWarningsAsErrors": true,
68
"readme": "none"
79
}

0 commit comments

Comments
 (0)