Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(swingset-liveslots): export TypeScript definitions (#10869)
refs: #6343 ## Description Properly expose TypeScript definitions from `@agoric/swingset-liveslots` package by adding TypeScript build steps in `package.json` which generate the definitions. ### Security Considerations No security impact - only affects TypeScript type definitions which are stripped at compile time. ### Scaling Considerations No scaling impact - changes only affect development-time TypeScript support. ### Documentation Considerations No documentation updates needed - this is a developer-facing change for TypeScript users. ### Testing Considerations Existing type coverage tests continue to pass. No additional testing needed as this only affects type definition exposure. ### Upgrade Considerations No upgrade impact - purely development-time TypeScript support changes.
- Loading branch information