diff --git a/tsconfig.json b/tsconfig.json index a15932d..06734bd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "include": ["src", "test"], + "exclude": ["test/benchmark"], "compilerOptions": { "target": "esnext", "module": "commonjs",