Skip to content

Commit 49faa31

Browse files
chore(storybook): fix compile error due to latest typescript update
the latest typescript version is using a 3rd party script that's having some type errors. More info here styleguidist/react-docgen-typescript#356
1 parent ec54199 commit 49faa31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.storybook/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
addons: [],
77
typescript: {
88
check: true, // type-check stories during Storybook build
9+
reactDocgen: 'none',
910
},
1011
webpackFinal: async config => {
1112
return {

0 commit comments

Comments
 (0)