diff options
| author | Uri Shaked | 2020-03-17 22:52:59 +0200 |
|---|---|---|
| committer | Uri Shaked | 2020-03-17 22:52:59 +0200 |
| commit | f8b93833e8fbd07fa894d23efd729f078fbea044 (patch) | |
| tree | 09d9012df8a4622b87708d96b42039e06aaf316d /tsconfig.benchmark.json | |
| parent | fix(demo): switch to hexi.wokwi.com build server (diff) | |
| download | avr8js-f8b93833e8fbd07fa894d23efd729f078fbea044.tar.gz avr8js-f8b93833e8fbd07fa894d23efd729f078fbea044.tar.bz2 avr8js-f8b93833e8fbd07fa894d23efd729f078fbea044.zip | |
fix(benchmark): tsconfig
Diffstat (limited to '')
| -rw-r--r-- | tsconfig.benchmark.json | 3 |
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"] } |
