5 lines
99 B
JavaScript
5 lines
99 B
JavaScript
|
module.exports = {
|
||
|
framework: '@storybook/angular',
|
||
|
stories: ['../src/**/*.stories.ts'],
|
||
|
}
|