mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 20:11:07 +08:00
Add .ts exts to the getPossibleStoriesFiles
This commit is contained in:
parent
afc322f246
commit
2ef02fc0aa
@ -11,6 +11,8 @@ export function getPossibleStoriesFiles(storyshotFile) {
|
||||
return [
|
||||
path.format({ dir: path.dirname(dir), name, ext: '.js' }),
|
||||
path.format({ dir: path.dirname(dir), name, ext: '.jsx' }),
|
||||
path.format({ dir: path.dirname(dir), name, ext: '.ts' }),
|
||||
path.format({ dir: path.dirname(dir), name, ext: '.tsx' }),
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user