aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUri Shaked2020-03-17 22:52:59 +0200
committerUri Shaked2020-03-17 22:52:59 +0200
commitf8b93833e8fbd07fa894d23efd729f078fbea044 (patch)
tree09d9012df8a4622b87708d96b42039e06aaf316d
parentfix(demo): switch to hexi.wokwi.com build server (diff)
downloadavr8js-f8b93833e8fbd07fa894d23efd729f078fbea044.tar.gz
avr8js-f8b93833e8fbd07fa894d23efd729f078fbea044.tar.bz2
avr8js-f8b93833e8fbd07fa894d23efd729f078fbea044.zip
fix(benchmark): tsconfig
-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"]
}
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.