Skip to content

Commit

Permalink
chore: fix typedoc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Mar 7, 2024
1 parent 3283730 commit b242ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"exclude": ["node_modules", "dist", "out", "test/mocks/mockServiceWorker.js"],
"typedocOptions": {
"entryPointStrategy": "resolve",
"entryPoints": ["src/index.js", "src/bearer.js"],
"entryPoints": ["src/index.js"],
"includeVersion": true,
"excludeExternals": true,
"internalModule": "<internal>"
Expand Down

0 comments on commit b242ccc

Please sign in to comment.