aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.benchmark.json
diff options
context:
space:
mode:
authorUri Shaked2020-04-16 23:52:43 +0300
committerUri Shaked2020-04-16 23:52:43 +0300
commitc2745db7c3ebcc5b4b3ab56b910324a0b1d430cb (patch)
treedf2a73b0bbe056b34307119549061761ce06c9af /tsconfig.benchmark.json
parentchore: release 0.8.0 (diff)
downloadavr8js-c2745db7c3ebcc5b4b3ab56b910324a0b1d430cb.tar.gz
avr8js-c2745db7c3ebcc5b4b3ab56b910324a0b1d430cb.tar.bz2
avr8js-c2745db7c3ebcc5b4b3ab56b910324a0b1d430cb.zip
fix(benchmark): update to work with latest code
Diffstat (limited to 'tsconfig.benchmark.json')
-rw-r--r--tsconfig.benchmark.json4
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"]
}