From c2745db7c3ebcc5b4b3ab56b910324a0b1d430cb Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Thu, 16 Apr 2020 23:52:43 +0300 Subject: fix(benchmark): update to work with latest code --- tsconfig.benchmark.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tsconfig.benchmark.json') diff --git a/tsconfig.benchmark.json b/tsconfig.benchmark.json index e8b1542..66cd0ce 100644 --- a/tsconfig.benchmark.json +++ b/tsconfig.benchmark.json @@ -3,7 +3,9 @@ "compilerOptions": { "rootDir": ".", "target": "es2018", - "module": "commonjs" + "module": "commonjs", + "esModuleInterop": true, + "allowJs": true }, "include": ["src/**/*.ts", "benchmark/**/*.ts"] } -- cgit v1.2.3