We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8eb88e commit bd4ec5eCopy full SHA for bd4ec5e
typedoc.json
@@ -1,5 +1,5 @@
1
{
2
- "packages": ".",
+ "entryPoints": ["./src/index.ts", "./src/adapter/index.ts"],
3
"out": "docs",
4
"exclude": "src/utils.ts",
5
"excludePrivate": true,
0 commit comments