aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.benchmark.json
diff options
context:
space:
mode:
authorUri Shaked2020-03-17 22:52:59 +0200
committerUri Shaked2020-03-17 22:52:59 +0200
commitf8b93833e8fbd07fa894d23efd729f078fbea044 (patch)
tree09d9012df8a4622b87708d96b42039e06aaf316d /tsconfig.benchmark.json
parentfix(demo): switch to hexi.wokwi.com build server (diff)
downloadavr8js-f8b93833e8fbd07fa894d23efd729f078fbea044.tar.gz
avr8js-f8b93833e8fbd07fa894d23efd729f078fbea044.tar.bz2
avr8js-f8b93833e8fbd07fa894d23efd729f078fbea044.zip
fix(benchmark): tsconfig
Diffstat (limited to 'tsconfig.benchmark.json')
-rw-r--r--tsconfig.benchmark.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.benchmark.json b/tsconfig.benchmark.json
index 79f519c..e8b1542 100644
--- a/tsconfig.benchmark.json
+++ b/tsconfig.benchmark.json
@@ -2,7 +2,8 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": ".",
- "target": "es2018"
+ "target": "es2018",
+ "module": "commonjs"
},
"include": ["src/**/*.ts", "benchmark/**/*.ts"]
}