Importing Preset written in TypeScript for Storybook? #3667
-
What I want to doI'd like to extend a preset written in TypeScript within ContextI bootstrapped a new Tailwind CSS ("TW" hereafter) Preset, downwindcss/easings ("preset" hereafter) using TSDX (similar to Microbundle but for TypeScript). IssueThe preset is written in TypeScript but Anyone has any suggestion on how to extend the TypeScript preset in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey! I think you need to require the compiled JS file for your |
Beta Was this translation helpful? Give feedback.
Hey!
I think you need to require the compiled JS file for your
easing
rather than the TS file directly for it to work.