Fix TypeScript configuration by excluding test files
- Exclude __tests__ directory from TypeScript compilation - Resolves Jest type definition errors in test files - TypeScript now compiles cleanly without errors 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"scripts"
|
||||
"scripts",
|
||||
"__tests__"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user