From 87bdcf49da8cf67bccc2e16b1089a662d7d95596 Mon Sep 17 00:00:00 2001 From: Michael Doyle Date: Mon, 10 Feb 2025 17:22:36 -0500 Subject: [PATCH] docs: fix typedoc.json for firebase plugin to include all modules --- js/plugins/firebase/typedoc.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/js/plugins/firebase/typedoc.json b/js/plugins/firebase/typedoc.json index 65e9509c8..3f0839c2e 100644 --- a/js/plugins/firebase/typedoc.json +++ b/js/plugins/firebase/typedoc.json @@ -1,8 +1,3 @@ { - "entryPoints": [ - "src/index.ts", - "src/functions.ts", - "src/auth.ts", - "src/user_egagement.ts" - ] + "entryPoints": ["src/context.ts", "src/index.ts", "src/user_engagement.ts"] }