diff --git a/package.json b/package.json index dff0dc5f46..c354465622 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "test-transpiled": "mocha --no-config dist", "prepare": "npm run build && husky", "prepack": "npm run build", - "docs": "typedoc src/gen/api" + "docs": "typedoc src/gen/apis" }, "c8": { "include": [ diff --git a/typedoc.json b/typedoc.json index 612df6fb24..8e126ec960 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,3 +1,4 @@ { - "out": "docs" + "out": "docs", + "entryPointStrategy": "expand" }