Skip to content

Commit

Permalink
Update Storybook configuration and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kingRayhan committed Dec 26, 2023
1 parent 4c56f30 commit 778bdae
Show file tree
Hide file tree
Showing 5 changed files with 33,220 additions and 18,956 deletions.
14 changes: 3 additions & 11 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
module.exports = {
stories: ['../stories/**/*.stories.@(ts|tsx|js|jsx)'],
addons: ['@storybook/addon-links', '@storybook/addon-essentials'],

// https://storybook.js.org/docs/react/configure/typescript#mainjs-configuration
typescript: {
check: true, // type-check stories during Storybook build
reactOptions: {
fastRefresh: true,
strictMode: false,
},

framework: {
name: '@storybook/react-webpack5',
options: {},
},

docs: { autodocs: true },
};
Loading

0 comments on commit 778bdae

Please sign in to comment.