Skip to content

Commit

Permalink
fix storybook config type
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Jan 15, 2025
1 parent 6b60a84 commit 809cbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const config: StorybookConfig = {
resolve: {
...config.resolve,
alias: {
...config.resolve.alias,
...config.resolve?.alias,
...convertTsConfigPathsToWebpackAliases(),
},
},
Expand Down

0 comments on commit 809cbcc

Please sign in to comment.