Skip to content

Commit 080b63b

Browse files
committed
chore: reenable TypeDoc plugin typedoc-plugin-missing-exports
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent c4cd182 commit 080b63b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

typedoc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"$schema": "https://typedoc.org/schema.json",
33
"tsconfig": "tsconfig.d.json",
4+
"plugin": [
5+
"typedoc-plugin-missing-exports"
6+
],
47
"commentStyle": "jsdoc",
58
"includeVersion": true,
69
"hideGenerator": true,

0 commit comments

Comments
 (0)