Skip to content

Commit 4a89223

Browse files
Copilotneet
andauthored
fix: Fix TypeDoc warnings for referenced but unexported types (#1344)
* Initial plan * Add typedoc-plugin-missing-exports to fix referenced files warning Co-authored-by: neet <19276905+neet@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: neet <19276905+neet@users.noreply.github.com>
1 parent 95eaf15 commit 4a89223

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

package-lock.json

Lines changed: 11 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
@@ -82,6 +82,7 @@
8282
"tsconfig-to-dual-package": "^1.2.0",
8383
"tslib": "^2.7.0",
8484
"typedoc": "^0.28.14",
85+
"typedoc-plugin-missing-exports": "^4.1.2",
8586
"typescript": "^5.9.3",
8687
"typescript-eslint": "^8.46.2",
8788
"undici": "^6.22.0",

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"theme": "default",
1010
"exclude": "**/+(__tests__|__mocks__)/*",
1111
"excludePrivate": true,
12-
"excludeProtected": true
12+
"excludeProtected": true,
13+
"plugin": ["typedoc-plugin-missing-exports"],
14+
"excludeExternals": true
1315
}
1416
}

0 commit comments

Comments
 (0)