Skip to content

Commit

Permalink
bump typescript (apache#15847)
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho authored and cccs-RyanS committed Dec 17, 2021
1 parent 755e521 commit 0d83e0b
Show file tree
Hide file tree
Showing 5 changed files with 507 additions and 224 deletions.
5 changes: 4 additions & 1 deletion superset-frontend/.storybook/main.js
Expand Up @@ -22,7 +22,7 @@ const path = require('path');
const customConfig = require('../webpack.config.js');

module.exports = {
stories: ['../src/@(components|common|filters)/**/*.stories.@(t|j)sx'],
stories: ['../src/@(components|common|filters)/**/*.stories.@(t|j)sx'],
addons: [
'@storybook/addon-essentials',
'@storybook/addon-links',
Expand All @@ -43,4 +43,7 @@ stories: ['../src/@(components|common|filters)/**/*.stories.@(t|j)sx'],
},
plugins: [...config.plugins, ...customConfig.plugins],
}),
typescript: {
reactDocgen: 'none',
},
};

0 comments on commit 0d83e0b

Please sign in to comment.