Skip to content

Commit f8b9383

Browse files
committed
fix(benchmark): tsconfig
1 parent 59e0bdc commit f8b9383

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.benchmark.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"rootDir": ".",
5-
"target": "es2018"
5+
"target": "es2018",
6+
"module": "commonjs"
67
},
78
"include": ["src/**/*.ts", "benchmark/**/*.ts"]
89
}

0 commit comments

Comments
 (0)