fix: exclude __tests__ from typecheck to avoid jest/next types conflict

This commit is contained in:
2026-07-29 06:18:05 -04:00
parent d7762143bb
commit 1fcd12fc14
+1 -1
View File
@@ -15,5 +15,5 @@
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
"exclude": ["node_modules", "__tests__"]
}