We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71603e commit b6d90c7Copy full SHA for b6d90c7
docs/typedoc.js
@@ -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