Skip to content

Commit

Permalink
Points baseUrl to rootProjectDir
Browse files Browse the repository at this point in the history
  • Loading branch information
crtl committed Mar 2, 2023
1 parent 3df1a17 commit 5e820db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ module.exports = {
...(config.resolve.plugins || []),
new TsconfigPathsPlugin({
configFile: path.resolve(__dirname, '../tsconfig.json'),
baseUrl: path.resolve(__dirname, '.'),
baseUrl: path.resolve(__dirname, '..'),
}),
]

Expand Down

0 comments on commit 5e820db

Please sign in to comment.