Skip to content

Commit b6d90c7

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 3.5.1
1 parent b71603e commit b6d90c7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/typedoc.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module.exports = {
2+
out: '/tmp/project-releaser/project/docs/build/html',
3+
exclude: [
4+
'**/node_modules/**',
5+
'test-types.ts'
6+
],
7+
name: "LaunchDarkly Javascript SDK Core Components (3.5.1)",
8+
readme: 'none', // don't add a home page with a copy of README.md
9+
entryPoints: "/tmp/project-releaser/project/typings.d.ts",
10+
entryPointStrategy: "expand"
11+
};

0 commit comments

Comments
 (0)