diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-12-31 02:37:27 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-12-31 02:37:27 +0000 |
commit | 98e20dac4edabeb0dd695110fdca29a6adc40019 (patch) | |
tree | 75d70fd728114cf3bee0bea997c9fa6c518ba3df /editors/code/tsconfig.json | |
parent | 44d6ab2650bce0faac87b87ef279674d6f63f8ec (diff) | |
parent | f984ef26528eca686abbb946b3b363dfe6d74822 (diff) |
Merge #2699
2699: Switch impure functional style to pure imperative r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'editors/code/tsconfig.json')
-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 fe3b40f34..e60eb8e5e 100644 --- a/editors/code/tsconfig.json +++ b/editors/code/tsconfig.json | |||
@@ -4,7 +4,7 @@ | |||
4 | "target": "es2018", | 4 | "target": "es2018", |
5 | "outDir": "out", | 5 | "outDir": "out", |
6 | "lib": [ | 6 | "lib": [ |
7 | "es2018" | 7 | "es2019" |
8 | ], | 8 | ], |
9 | "sourceMap": true, | 9 | "sourceMap": true, |
10 | "rootDir": "src", | 10 | "rootDir": "src", |