Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

chore: add typedoc.json configuration#592

Merged
cryptodev-2s merged 2 commits into
mainfrom
chore/add-typedoc-config
Jun 12, 2026
Merged

chore: add typedoc.json configuration#592
cryptodev-2s merged 2 commits into
mainfrom
chore/add-typedoc-config

Conversation

@cryptodev-2s

@cryptodev-2s cryptodev-2s commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Explanation

Adds the TypeDoc configuration file expected by the MetaMask core monorepo's package conventions (scripts/create-package/package-template/typedoc.json).

The file is a static configuration — no wiring is added here because the source repo doesn't currently consume it. TypeDoc tooling (and a build:docs script) will be enabled once the package lands in core (Phase B PR #9 of the migration guide).

References


Note

Low Risk
Static documentation config and changelog only; no runtime or build behavior changes in this repository.

Overview
Adds a typedoc.json config aligned with MetaMask core package conventions so API docs can be generated from ./src/index.ts into docs, using tsconfig.build.json, hiding private symbols and the TypeDoc generator banner.

Documents the addition under Unreleased → Added in CHANGELOG.md. No build:docs script or TypeDoc dependency is wired in this repo yet; that is expected to follow when the package lands in core.

Reviewed by Cursor Bugbot for commit 5b2395c. Bugbot is set up for automated code reviews on this repo. Configure here.

Adds the TypeDoc configuration file expected by the MetaMask core
monorepo's package conventions, in preparation for migration. The
file is wired up to typedoc tooling once the package lands in core
(Phase B PR #9 of the migration guide).
@cryptodev-2s cryptodev-2s requested a review from a team as a code owner June 12, 2026 14:17
@cryptodev-2s cryptodev-2s requested a review from Mrtenz June 12, 2026 14:29
@cryptodev-2s cryptodev-2s merged commit 8e4a5af into main Jun 12, 2026
18 checks passed
@cryptodev-2s cryptodev-2s deleted the chore/add-typedoc-config branch June 12, 2026 14:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants