Skip to content

Commit bd4ec5e

Browse files
authored
fix typedoc config (#52)
1 parent e8eb88e commit bd4ec5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typedoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages": ".",
2+
"entryPoints": ["./src/index.ts", "./src/adapter/index.ts"],
33
"out": "docs",
44
"exclude": "src/utils.ts",
55
"excludePrivate": true,

0 commit comments

Comments
 (0)