We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc88fc commit 183c337Copy full SHA for 183c337
.storybook/main.js
@@ -1,18 +1,25 @@
1
/** @type { import('@storybook/react-vite').StorybookConfig } */
2
const config = {
3
stories: ['../src/**/*.stories.@(js|jsx)'],
4
+
5
addons: [
6
'@storybook/addon-links',
7
'@storybook/addon-essentials',
8
'@storybook/addon-interactions',
9
+ '@chromatic-com/storybook'
10
],
11
12
core: {},
- docs: {
- autodocs: 'tag',
- },
13
14
+ docs: {},
15
16
framework: {
17
name: '@storybook/react-vite',
18
options: {},
19
},
20
21
+ typescript: {
22
+ reactDocgen: 'react-docgen-typescript'
23
+ }
24
};
25
export default config;
0 commit comments