Skip to content

Commit 7ac55a5

Browse files
committed
chore(typedoc): include more source documentation
1 parent fefab38 commit 7ac55a5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
"readme:toc": "doctoc ./README.md",
5757
"postinstall": "husky install",
5858
"website": "yarn --cwd website/ run start",
59-
"typedoc": "typedoc packages/mongodb-memory-server-core/src/index.ts --out typedoc_out --tsconfig packages/mongodb-memory-server-core/tsconfig.build.json"
59+
"typedoc": "yarn --cwd packages/mongodb-memory-server-core/ typedoc"
6060
}
6161
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"entryPoints": [
3+
"src/",
4+
],
5+
"exclude": [
6+
"**/__tests__/**"
7+
],
8+
"excludeInternal": true,
9+
"excludePrivate": true,
10+
"tsconfig": "tsconfig.build.json",
11+
"entryPointStrategy": "expand",
12+
"out": "../../typedoc_out"
13+
}

0 commit comments

Comments
 (0)