Skip to content

Commit e4a17f5

Browse files
CrashBytesMichaelEakinsclaude
authored
fix: update moduleResolution to bundler for Storybook v10 type compatibility (#40)
Co-authored-by: MichaelEakins <michael.eakins@protonmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 70a3971 commit e4a17f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"strict": true,
1111
"forceConsistentCasingInFileNames": true,
1212
"noFallthroughCasesInSwitch": true,
13-
"moduleResolution": "node",
13+
"moduleResolution": "bundler",
1414
"resolveJsonModule": true,
1515
"isolatedModules": true,
1616
"jsx": "react-jsx",

0 commit comments

Comments
 (0)