diff --git a/tsconfig.json b/tsconfig.json index 57019e2f..1a3a6ade 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,5 +22,5 @@ "useUnknownInCatchVariables": true }, "include": ["src", "types/jsx.d.ts"], - "exclude": ["node_modules"] + "exclude": ["node_modules", "**/*.e2e.ts"] }