Conversation
…sconfig.build.json
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit c38466f. Configure here.
|
@Matt561 Should we also include an entry in the changelog for the package, since this fixes the package so it's usable now? |
Good idea. I've updated the changelog 👍 |
mcmire
left a comment
There was a problem hiding this comment.
Tested by running yarn build. The dist directory in money-account-balance-service now exists and has the correct files. LGTM.

Explanation
Add
@metamask/money-account-balance-serviceto the roottsconfig.jsonandtsconfig.build.jsonfiles.References
Checklist
Note
Low Risk
Only updates TypeScript project references and changelog; no runtime or business-logic behavior changes.
Overview
Adds
packages/money-account-balance-serviceto the roottsconfig.jsonandtsconfig.build.jsonprojectreferences, making it included in repo-wide TypeScript linting/editor tooling and in the aggregated build.Updates
packages/money-account-balance-service/CHANGELOG.mdunder Unreleased to document the new root tsconfig inclusion.Reviewed by Cursor Bugbot for commit bda9a4d. Bugbot is set up for automated code reviews on this repo. Configure here.