Skip to content

Commit

Permalink
Cannot find module エラーへの対処 .storybook/main.js に typescript: { reactDo…
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu09 committed Feb 14, 2023
1 parent 0426d51 commit 8c20b1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .storybook/main.js
@@ -1,4 +1,5 @@
module.exports = {
typescript: { reactDocgen: false },
"stories": [
"../src/**/*.stories.mdx",
"../src/**/*.stories.@(js|jsx|ts|tsx)"
Expand All @@ -12,4 +13,4 @@ module.exports = {
"core": {
"builder": "@storybook/builder-webpack5"
}
}
}

0 comments on commit 8c20b1e

Please sign in to comment.