Skip to content

Commit 91a16e7

Browse files
committed
fix(docs): drop AppOptions from intentionallyNotExported now that it is exported
1 parent 0267f75 commit 91a16e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typedoc.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const config = {
2828
],
2929
excludePrivate: true,
3030
excludeInternal: false,
31-
intentionallyNotExported: ["AppOptions", "MethodSchema"],
31+
intentionallyNotExported: ["MethodSchema"],
3232
blockTags: [...OptionDefaults.blockTags, "@description"],
3333
jsDocCompatibility: {
3434
exampleTag: false,

0 commit comments

Comments
 (0)