diff --git a/core/tsconfig.json b/core/tsconfig.json index 45b29de257..262bd95fc5 100644 --- a/core/tsconfig.json +++ b/core/tsconfig.json @@ -34,6 +34,9 @@ "src", ], "exclude": [ - "node_modules" + "node_modules", + "**/test/**/*.spec.ts", + "**/test/**/*.spec.tsx", + "**/test/**/e2e.ts" ] }