Skip to content

Commit

Permalink
chore: Update typedoc entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls committed Feb 21, 2024
1 parent 08529d3 commit e3810ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions packages/thirdweb/scripts/typedoc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,6 @@
import { typedoc } from "typedoc-gen";

typedoc({
entryPoints: [
"src/index.ts",
"src/react/index.ts",
"src/rpc/index.ts",
"src/transaction/index.ts",
"src/event/index.ts",
"src/storage/index.ts",
"src/wallets/index.ts",
"src/utils/index.ts",
"src/contract/index.ts",
"src/wallets/{smart,injected,wallet-connect}/index.ts",
"src/extensions/*.ts",
"src/adapters/*.ts",
],
entryPoints: ["src/exports/**/*.ts"],
exclude: ["test/**/*", "src/**/*.test.ts", "src/**/*.bench.ts"],
});
Binary file modified packages/thirdweb/typedoc/documentation.json.gz
Binary file not shown.

0 comments on commit e3810ab

Please sign in to comment.