diff --git a/tsconfig.json b/tsconfig.json index d1a11f1..d74936d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,5 +22,5 @@ "~/*": ["src/*"] } }, - "exclude": ["dist", "node_modules"] + "exclude": ["dist", "node_modules", "cypress"] }