diff --git a/core/tsconfig.build.json b/core/tsconfig.build.json index 8425198ea3..ba1d4a9c8d 100644 --- a/core/tsconfig.build.json +++ b/core/tsconfig.build.json @@ -4,5 +4,5 @@ "outDir": "./build" }, "include": ["./ts"], - "exclude": ["**/__tests__/**", "**/__tests__/**/*.test.ts"] + "exclude": ["**/__tests__/**", "**/__tests__/**/*.test.ts", "**/__benchmarks__/**"] } diff --git a/crypto/tsconfig.build.json b/crypto/tsconfig.build.json index 8425198ea3..ba1d4a9c8d 100644 --- a/crypto/tsconfig.build.json +++ b/crypto/tsconfig.build.json @@ -4,5 +4,5 @@ "outDir": "./build" }, "include": ["./ts"], - "exclude": ["**/__tests__/**", "**/__tests__/**/*.test.ts"] + "exclude": ["**/__tests__/**", "**/__tests__/**/*.test.ts", "**/__benchmarks__/**"] }