Skip to content

Commit 39971e8

Browse files
committed
chore: 🤖 generate typedoc
1 parent cd20d8d commit 39971e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
],
4040
"typedocOptions": {
4141
"entryPoints": [
42-
"src/index.ts"
42+
"src/common/index.ts",
43+
"src/browser/index.ts",
44+
"src/server/index.ts"
4345
],
4446
"out": "typedocs"
4547
}

0 commit comments

Comments
 (0)