mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
Merge pull request #10003 from thakursachin467/next
CLI: Support js / jsx / ts / tsx stories in React CSF template
This commit is contained in:
commit
7c55dd1dae
@ -1,4 +1,4 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
stories: ['../stories/**/*.stories.js'],
|
stories: ['../stories/**/*.stories.(ts|tsx|js|jsx)'],
|
||||||
addons: ['@storybook/addon-actions', '@storybook/addon-links'],
|
addons: ['@storybook/addon-actions', '@storybook/addon-links'],
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user