mirror of
https://github.com/dzeiocom/components.git
synced 2025-06-13 02:59:21 +00:00
Initial Commit
This commit is contained in:
21
.storybook/main.js
Normal file
21
.storybook/main.js
Normal file
@ -0,0 +1,21 @@
|
||||
const path = require("path");
|
||||
|
||||
module.exports = {
|
||||
"stories": [
|
||||
"../src/dzeio/**/*.stories.@(js|jsx|ts|tsx)",
|
||||
],
|
||||
"addons": [
|
||||
"@storybook/addon-links",
|
||||
"@storybook/addon-essentials"
|
||||
],
|
||||
typescript: {
|
||||
check: false,
|
||||
checkOptions: {},
|
||||
reactDocgen: 'react-docgen-typescript',
|
||||
reactDocgenTypescriptOptions: {
|
||||
shouldExtractLiteralValuesFromEnum: true,
|
||||
propFilter: (prop) => (prop.parent ? !/node_modules/.test(prop.parent.fileName) : true),
|
||||
},
|
||||
},
|
||||
presets: [path.resolve(__dirname, "./next.js")]
|
||||
}
|
Reference in New Issue
Block a user