diff --git a/tsconfig.json b/tsconfig.json index 747a7e3..558454c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -47,6 +47,11 @@ "exclude": [ "node_modules", "tests", - "e2e" + "e2e", + "**/*.test.ts", + "**/*.test.tsx", + "**/*.spec.ts", + "**/*.spec.tsx", + "dist" ] }