You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Storybook config files could be written in TypeScript, and that could help include the @storybook/core/types as well, which is quite beneficial for ts users.
Motivation
This is a low priority, but adding it here after discussing with @yannbf. It would give people better typing support even in config files.
Suggested Implementation
Use the --js flag to determine whether people want the Js or Ts files, and if they want the Ts files, then use a new configuration.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
If we missed this issue please reply to keep it active.
Thanks for being a part of the Nx community! 🙏
Description
Storybook config files could be written in TypeScript, and that could help include the
@storybook/core/types
as well, which is quite beneficial for ts users.Motivation
This is a low priority, but adding it here after discussing with @yannbf. It would give people better typing support even in config files.
Suggested Implementation
Use the
--js
flag to determine whether people want the Js or Ts files, and if they want the Ts files, then use a new configuration.The text was updated successfully, but these errors were encountered: