diff --git a/web/tsconfig.json b/web/tsconfig.json index cf9c65d..4ddfc86 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -30,5 +30,5 @@ ".next/dev/types/**/*.ts", "**/*.mts" ], - "exclude": ["node_modules"] + "exclude": ["node_modules", "e2e"] }