Skip to content

Commit

Permalink
docs: fix typedoc.json for firebase plugin to include all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDoyle committed Feb 10, 2025
1 parent 96aa4d8 commit 87bdcf4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions js/plugins/firebase/typedoc.json
Original file line number Diff line number Diff line change
@@ -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"]
}

0 comments on commit 87bdcf4

Please sign in to comment.