Skip to content

Commit b4c1635

Browse files
Himenonclaude
andcommitted
chore: exclude snapshot files from TypeScript type checking
Generated snapshot files in __snapshots__ directories contain TypeScript output from the code generator that is not expected to be type-safe. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 4e91880 commit b4c1635

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
@@ -20,5 +20,5 @@
2020
"esm": true,
2121
"swc": true
2222
},
23-
"exclude": ["test/code", "examples/"]
23+
"exclude": ["test/code", "examples/", "test/__tests__/**/__snapshots__/**"]
2424
}

0 commit comments

Comments
 (0)