diff --git a/tsconfig.json b/tsconfig.json index f11d86e7f0..821963479b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,5 +2,5 @@ "compilerOptions": { "resolveJsonModule": true }, - "exclude": ["./cypress"] + "exclude": ["./t/cypress"] }