From f8b93833e8fbd07fa894d23efd729f078fbea044 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Tue, 17 Mar 2020 22:52:59 +0200 Subject: fix(benchmark): tsconfig --- tsconfig.benchmark.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.benchmark.json b/tsconfig.benchmark.json index 79f519c..e8b1542 100644 --- a/tsconfig.benchmark.json +++ b/tsconfig.benchmark.json @@ -2,7 +2,8 @@ "extends": "./tsconfig.json", "compilerOptions": { "rootDir": ".", - "target": "es2018" + "target": "es2018", + "module": "commonjs" }, "include": ["src/**/*.ts", "benchmark/**/*.ts"] } -- cgit v1.2.3