Skip to content

Commit 7ff9baa

Browse files
committed
feat: impove tsdoc
1 parent bfb6e6c commit 7ff9baa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

typedoc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
// Comments are supported, like tsconfig.json
3+
"entryPoints": ["./src/index.ts"],
4+
"out": "docs"
5+
}

0 commit comments

Comments
 (0)