We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e0bdc commit f8b9383Copy full SHA for f8b9383
tsconfig.benchmark.json
@@ -2,7 +2,8 @@
2
"extends": "./tsconfig.json",
3
"compilerOptions": {
4
"rootDir": ".",
5
- "target": "es2018"
+ "target": "es2018",
6
+ "module": "commonjs"
7
},
8
"include": ["src/**/*.ts", "benchmark/**/*.ts"]
9
}
0 commit comments