diff options
Diffstat (limited to 'tsconfig.benchmark.json')
| -rw-r--r-- | tsconfig.benchmark.json | 4 |
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"] } |
