Files
reacord/.changeset/khaki-mangos-search.md
2023-10-10 10:47:31 -05:00

8 lines
311 B
Markdown

---
"reacord": patch
---
distribute d.ts files again instead of the source
distributing the source causes typecheck errors when the modules it imports from (in this case, `@reacord/helpers`) don't exist in the end users' projects, so we'll just distribute d.ts files instead like normal. failed experiment :(