2019-10-28 21:31:49 +08:00

19 lines
351 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: {
sourceLoaderOptions: null,
},
},
];