diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-10-18 16:27:46 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-10-21 10:10:57 +0200 |
| commit | b4bf5d95f1df339d416df7df2634dbe2bb370440 (patch) | |
| tree | beb407b0bb4042fb0da5c7c6ec1a748834c102d4 /gui/tsconfig.json | |
| parent | 7cdfd0b139d9c597676efc5c22204d3ca1a1d66d (diff) | |
| download | mullvadvpn-b4bf5d95f1df339d416df7df2634dbe2bb370440.tar.xz mullvadvpn-b4bf5d95f1df339d416df7df2634dbe2bb370440.zip | |
Update tsconfig to es2021
Diffstat (limited to 'gui/tsconfig.json')
| -rw-r--r-- | gui/tsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/tsconfig.json b/gui/tsconfig.json index 8887dcbfe6..64d667f33c 100644 --- a/gui/tsconfig.json +++ b/gui/tsconfig.json @@ -16,8 +16,8 @@ ], "skipLibCheck": true, "strict": true, - "target": "es2020", - "lib": ["es2020", "dom"], + "target": "es2021", + "lib": ["es2021", "dom"], "typeRoots": [ "./types", "node_modules/@types" |
