Skip to content

Commit 119b4dd

Browse files
committed
add types, envelopes and schemas to api docs
1 parent bd306fb commit 119b4dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/parser/typedoc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"entryPoints": [
66
"./src/index.ts",
77
"./src/middleware/parser.ts",
8-
"./src/types/index.ts"
8+
"./src/types/index.ts",
9+
"./src/envelopes/index.ts",
10+
"./src/schemas/index.ts"
911
],
1012
"readme": "README.md"
1113
}

0 commit comments

Comments
 (0)