Skip to content

Commit

Permalink
add export to ts declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-sg committed Aug 27, 2024
1 parent 05f5012 commit b9c8cf1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silver-eyes-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@webrecorder/tokens": patch
---

add export to declarations
3 changes: 2 additions & 1 deletion packages/tokens/scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ const typeOutput = await prettier.format(
// @ts-ignore
colors
)}
}`,
};
export default tokens;`,
{ parser: "typescript" }
);

Expand Down

0 comments on commit b9c8cf1

Please sign in to comment.