refactor: Improve typings for element-ui imports (no-changelog) (#4678)
* convert all stories to typescript * stricter typing for element-ui imports
This commit is contained in:
committed by
GitHub
parent
78c66f16d6
commit
55c201eb21
@@ -4,7 +4,7 @@ const path = require('path');
|
||||
* @type {import('@storybook/core-common').StorybookConfig}
|
||||
*/
|
||||
module.exports = {
|
||||
stories: ['../src/**/*.stories.mdx', '../src/**/*.stories.@(js|ts)'],
|
||||
stories: ['../src/**/*.stories.mdx', '../src/**/*.stories.ts'],
|
||||
addons: [
|
||||
'@storybook/addon-links',
|
||||
'@storybook/addon-essentials',
|
||||
|
||||
Reference in New Issue
Block a user