diff --git a/web/tsconfig.json b/web/tsconfig.json index 1fd505b..1cf0db6 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -38,5 +38,5 @@ "**/*.js", ".next/types/**/*.ts" ], - "exclude": ["node_modules"] + "exclude": ["node_modules", "tests/**/*.test.ts"] }