diff options
| author | Uri Shaked | 2020-02-04 22:07:14 +0200 |
|---|---|---|
| committer | Uri Shaked | 2020-02-04 22:07:14 +0200 |
| commit | e0bb9656c48971992cde52a018db89a648bf9c08 (patch) | |
| tree | 7c4ec49e01503df58b6b2253044efb714c3d78e4 /demo/tsconfig.json | |
| parent | chore: release 0.6.0 (diff) | |
| download | avr8js-e0bb9656c48971992cde52a018db89a648bf9c08.tar.gz avr8js-e0bb9656c48971992cde52a018db89a648bf9c08.tar.bz2 avr8js-e0bb9656c48971992cde52a018db89a648bf9c08.zip | |
perf(demo): build for es2018
transpilation to es5 adds a significant overhead, slowing down runtime.
Diffstat (limited to 'demo/tsconfig.json')
| -rw-r--r-- | demo/tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/tsconfig.json b/demo/tsconfig.json index 2c2940e..4e9d0f3 100644 --- a/demo/tsconfig.json +++ b/demo/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "../tsconfig.json", "compilerOptions": { + "target": "es2018", "baseUrl": "..", "rootDir": "..", "lib": ["dom"], |
