diff --git a/typedoc.json b/typedoc.json index 0985ab5..e81e907 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,7 +1,7 @@ { "$schema": "https://typedoc.org/schema.json", "includeVersion": true, - "entryPoints": ["./src/email.ts", "./src/verifier.ts"], + "entryPoints": ["./src/email.ts", "./src/verifier.ts", "./src/index.ts"], "out": "docs", "json": "docs/index.json", "cleanOutputDir": true,