diff options
| author | Uri Shaked | 2020-04-16 23:52:43 +0300 |
|---|---|---|
| committer | Uri Shaked | 2020-04-16 23:52:43 +0300 |
| commit | c2745db7c3ebcc5b4b3ab56b910324a0b1d430cb (patch) | |
| tree | df2a73b0bbe056b34307119549061761ce06c9af /tsconfig.benchmark.json | |
| parent | chore: release 0.8.0 (diff) | |
| download | avr8js-c2745db7c3ebcc5b4b3ab56b910324a0b1d430cb.tar.gz avr8js-c2745db7c3ebcc5b4b3ab56b910324a0b1d430cb.tar.bz2 avr8js-c2745db7c3ebcc5b4b3ab56b910324a0b1d430cb.zip | |
fix(benchmark): update to work with latest code
Diffstat (limited to '')
| -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"] } |
