mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-02-01 08:12:34 +01:00
11 lines
325 B
JavaScript
11 lines
325 B
JavaScript
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
|
|
},
|
|
};
|