distribute .d.ts files

This commit is contained in:
itsMapleLeaf
2023-10-10 10:47:31 -05:00
parent 37b75a99e2
commit ced48a3ecb
2 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
---
"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 :(