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