From 961cc9d5328c3151514f87db7cb81070a0198033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Xalambr=C3=AD?= Date: Mon, 14 Oct 2024 12:39:35 -0500 Subject: [PATCH] Update typedoc.json --- typedoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,