1
0
mirror of https://github.com/storybookjs/storybook.git synced 2025-03-31 05:03:21 +08:00
2020-05-17 16:31:09 +03:00

8 lines
116 B
JavaScript

module.exports = {
stories: ['./src/*.stories.*'],
typescript: {
check: true,
checkOptions: {},
},
};