We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71805e8 commit ac8c3a8Copy full SHA for ac8c3a8
typedoc.json
@@ -2,5 +2,6 @@
2
"$schema": "https://typedoc.org/schema.json",
3
"entryPoints": ["src/index.ts"],
4
"json": "docs/api.json",
5
- "tsconfig": "src/tsconfig.json"
+ "tsconfig": "src/tsconfig.json",
6
+ "excludePrivate": false
7
}
0 commit comments