Skip to content

Commit b242ccc

Browse files
committed
chore: fix typedoc warning
1 parent 3283730 commit b242ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"exclude": ["node_modules", "dist", "out", "test/mocks/mockServiceWorker.js"],
1515
"typedocOptions": {
1616
"entryPointStrategy": "resolve",
17-
"entryPoints": ["src/index.js", "src/bearer.js"],
17+
"entryPoints": ["src/index.js"],
1818
"includeVersion": true,
1919
"excludeExternals": true,
2020
"internalModule": "<internal>"

0 commit comments

Comments
 (0)