I would like to write storybook decorator. Is there any way to write it and preview.js
in typescript?
I already succeeded in writing stories itself in TS, and now would like to write storybook config in TS.
I finally manage to make it works.
Also, main.js
should stay JS file, because only after parsing main.js
config, storybook able to use TS preset.