From 87cf3aa91aa363045632546acebb23b3332d44af Mon Sep 17 00:00:00 2001 From: MichaelEakins Date: Sun, 1 Mar 2026 18:42:19 -0500 Subject: [PATCH] fix: update moduleResolution to bundler for Storybook v10 type compatibility Co-Authored-By: Claude Opus 4.6 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ae7b495..c5bd559 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "strict": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "resolveJsonModule": true, "isolatedModules": true, "jsx": "react-jsx",