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.
2 parents 95b099e + 3c7bc0c commit 88735aeCopy full SHA for 88735ae
package.json
@@ -30,7 +30,7 @@
30
"test-transpiled": "mocha --no-config dist",
31
"prepare": "npm run build && husky",
32
"prepack": "npm run build",
33
- "docs": "typedoc src/gen/api"
+ "docs": "typedoc src/gen/apis"
34
},
35
"c8": {
36
"include": [
typedoc.json
@@ -1,3 +1,4 @@
1
{
2
- "out": "docs"
+ "out": "docs",
3
+ "entryPointStrategy": "expand"
4
}
0 commit comments