Skip to content

Commit

Permalink
Update storybook docs TSConfig example
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Oct 8, 2024
1 parent f1422aa commit fdfdefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/storybook.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default {
...config,
include: [
'**/*', // Implicit default value if `include` is not set and `files` is not set
'.storybook/*', // 👈 Add this line
'.storybook/**/*', // 👈 Add this line
],
}),
} satisfies SkuConfig;
Expand Down

0 comments on commit fdfdefe

Please sign in to comment.