Shared: fix storybook start

This commit is contained in:
Timofey Boyko 2024-05-13 14:28:35 +03:00
parent eb39c8e501
commit 271b9c21a1

View File

@ -44,6 +44,16 @@ module.exports = {
docs: {
autodocs: true,
},
typescript: {
check: false,
checkOptions: {},
reactDocgen: false,
reactDocgenTypescriptOptions: {
shouldExtractLiteralValuesFromEnum: true,
propFilter: (prop) =>
prop.parent ? !/node_modules/.test(prop.parent.fileName) : true,
},
},
};
function getAbsolutePath(value) {