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 d8ce9e9 commit f57d296Copy full SHA for f57d296
package.json
@@ -22,7 +22,7 @@
22
"watch": "tsc --watch",
23
"test": "nyc mocha",
24
"prepare": "npm run build",
25
- "docs": "typedoc src/gen/api/coreV1Api.ts"
+ "docs": "typedoc src/gen/api"
26
},
27
"nyc": {
28
"include": [
typedoc.json
@@ -1,5 +1,4 @@
1
{
2
"mode": "file",
3
- "out": "docs",
4
- "excludeExternals": true
+ "out": "docs"
5
}
0 commit comments