Skip to content

Commit 611e410

Browse files
committed
fix bloom typedoc
1 parent f93ac04 commit 611e410

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/bloom/tsconfig.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,12 @@
55
},
66
"include": [
77
"./lib/**/*.ts"
8-
]
8+
],
9+
"typedocOptions": {
10+
"entryPoints": [
11+
"./lib"
12+
],
13+
"entryPointStrategy": "expand",
14+
"out": "../../documentation/bloom"
15+
}
916
}

0 commit comments

Comments
 (0)