PromucFlow_constructor/app/client/.storybook/presets.js
2019-12-05 03:16:00 +00:00

19 lines
370 B
JavaScript

const path = require("path");
module.exports = [
{
name: "@storybook/preset-create-react-app",
options: {
tsDocgenLoaderOptions: {
tsconfigPath: path.resolve(__dirname, "../tsconfig.json")
}
}
},
{
name: "@storybook/addon-docs/react/preset",
options: {
configureJSX: true,
sourceLoaderOptions: null
}
}
];