mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ui): fix storybook builds
This commit is contained in:
committed by
Łukasz Mierzwa
parent
324fa1fa56
commit
52b39683c6
@@ -1,4 +1,8 @@
|
||||
module.exports = {
|
||||
addons: ["@storybook/preset-create-react-app"],
|
||||
stories: ["../src/**/*.stories.tsx"],
|
||||
// https://github.com/styleguidist/react-docgen-typescript/issues/356
|
||||
typescript: {
|
||||
reactDocgen: "none",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user