```js // ./storybook/main.js module.exports = { stories: [ { directory: '../src', files: '*.story.tsx', titlePrefix: 'Foo' } ] }; ```