Skip to content

Commit

Permalink
[fix]ビルド時のstorybookを無視
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubosaka committed Jul 6, 2024
1 parent a6f244f commit 3483f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/next-project/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
},
"extends": "./tsconfig.paths.json",
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
"exclude": ["node_modules", "src/stories/*"]
}

0 comments on commit 3483f11

Please sign in to comment.