mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add TypeScript file extensions to Storybook config (#7163)
GitOrigin-RevId: f070c8555d570bfdf02958bfbb241def8cacb263
This commit is contained in:
parent
dfa3178034
commit
7f4934d619
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ const customConfig = require('../webpack.config.dev')
|
|||
module.exports = {
|
||||
staticDirs: ['../public'],
|
||||
stories: [
|
||||
'../frontend/stories/**/*.stories.js',
|
||||
'../modules/**/stories/**/*.stories.js',
|
||||
'../frontend/stories/**/*.stories.{js,ts,tsx}',
|
||||
'../modules/**/stories/**/*.stories.{js,ts,tsx}',
|
||||
],
|
||||
addons: ['@storybook/addon-essentials', '@storybook/addon-a11y'],
|
||||
webpackFinal: storybookConfig => {
|
||||
|
|
Loading…
Reference in a new issue