We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0267f75 commit 91a16e7Copy full SHA for 91a16e7
1 file changed
typedoc.config.mjs
@@ -28,7 +28,7 @@ const config = {
28
],
29
excludePrivate: true,
30
excludeInternal: false,
31
- intentionallyNotExported: ["AppOptions", "MethodSchema"],
+ intentionallyNotExported: ["MethodSchema"],
32
blockTags: [...OptionDefaults.blockTags, "@description"],
33
jsDocCompatibility: {
34
exampleTag: false,
0 commit comments