diff options
author | Darin Morrison <[email protected]> | 2020-03-18 18:43:25 +0000 |
---|---|---|
committer | Darin Morrison <[email protected]> | 2020-03-18 22:30:34 +0000 |
commit | 630888df5b95caddce3b2780c273b4814ae29ee7 (patch) | |
tree | 9435c9ffa6cd1aae2774ae1ce6337fb29cef09ce /editors | |
parent | 0ec20234a7073b1b3ffd3047017d560d0909ab6d (diff) |
Target es2019 (code 1.43 uses chromium 78)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/tsconfig.json b/editors/code/tsconfig.json index 0c7702974..ad134865a 100644 --- a/editors/code/tsconfig.json +++ b/editors/code/tsconfig.json | |||
@@ -1,7 +1,7 @@ | |||
1 | { | 1 | { |
2 | "compilerOptions": { | 2 | "compilerOptions": { |
3 | "module": "commonjs", | 3 | "module": "commonjs", |
4 | "target": "es2018", | 4 | "target": "es2019", |
5 | "outDir": "out", | 5 | "outDir": "out", |
6 | "lib": [ | 6 | "lib": [ |
7 | "es2019" | 7 | "es2019" |