Skip to content

Commit

Permalink
chore(storybook): fix compile error due to latest typescript update
Browse files Browse the repository at this point in the history
the latest typescript version is using a 3rd party script that's having some type errors. More info
here styleguidist/react-docgen-typescript#356
  • Loading branch information
glenngijsberts committed Sep 6, 2021
1 parent ec54199 commit 49faa31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
addons: [],
typescript: {
check: true, // type-check stories during Storybook build
reactDocgen: 'none',
},
webpackFinal: async config => {
return {
Expand Down

0 comments on commit 49faa31

Please sign in to comment.