aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.benchmark.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tsconfig.benchmark.json4
1 files changed, 3 insertions, 1 deletions
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"]
}