diff --git a/typedoc.json b/typedoc.json index a79580aa6..24b568d6e 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,5 +1,5 @@ { - "entryPoints": ["./src"], + "entryPoints": ["./src/index.ts"], "out": "docs", "excludeExternals": true, "exclude": "**/*+(index|.spec|.e2e).ts",