From bf5cf8b0942ca7d591d9710ae0f65dcb52d645da Mon Sep 17 00:00:00 2001 From: dapplion Date: Tue, 1 Dec 2020 00:01:48 +0000 Subject: [PATCH] Ignore benchmark in tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) 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",