Skip to content

Commit 0ef143f

Browse files
CrashBytesMichaelEakinsclaude
authored
fix: exclude stories from type checking and revert moduleResolution (#41)
Co-authored-by: MichaelEakins <michael.eakins@protonmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e4a17f5 commit 0ef143f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"strict": true,
1111
"forceConsistentCasingInFileNames": true,
1212
"noFallthroughCasesInSwitch": true,
13-
"moduleResolution": "bundler",
13+
"moduleResolution": "node",
1414
"resolveJsonModule": true,
1515
"isolatedModules": true,
1616
"jsx": "react-jsx",
@@ -20,5 +20,6 @@
2020
"@mocks/*": ["__mocks__/*"]
2121
}
2222
},
23-
"include": ["src", "__tests__", "__mocks__"]
23+
"include": ["src", "__tests__", "__mocks__"],
24+
"exclude": ["src/stories"]
2425
}

0 commit comments

Comments
 (0)