Skip to content

Commit 1c8edd4

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 3.4.0
1 parent 0ec7fe4 commit 1c8edd4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/typedoc.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module.exports = {
2+
out: './docs/build/html',
3+
exclude: [
4+
'**/node_modules/**',
5+
'test-types.ts'
6+
],
7+
name: "LaunchDarkly Javascript SDK Core Components (3.4.0)",
8+
readme: 'none', // don't add a home page with a copy of README.md
9+
mode: 'file', // don't treat "index.d.ts" itself as a parent module
10+
includeDeclarations: true, // allows it to process a .d.ts file instead of actual TS code
11+
entryPoint: '"launchdarkly-js-sdk-common"' // note extra quotes - workaround for a TypeDoc bug
12+
};

0 commit comments

Comments
 (0)