diff options
author | Chocobozzz <me@florianbigard.com> | 2022-08-10 10:26:20 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-08-10 10:26:20 +0200 |
commit | f228e9f064f27301e59533aac48fd6c2e533890d (patch) | |
tree | e6c650382f5663d41bdf8606224cd0029f19fa47 /client/tsconfig.json | |
parent | 2a491182e483b97afb1b65c908b23cb48d591807 (diff) | |
download | PeerTube-f228e9f064f27301e59533aac48fd6c2e533890d.tar.gz PeerTube-f228e9f064f27301e59533aac48fd6c2e533890d.tar.zst PeerTube-f228e9f064f27301e59533aac48fd6c2e533890d.zip |
More precise date for jobs
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index 7a0584d5c..2345ca289 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -20,7 +20,7 @@ | |||
20 | "node_modules/@types" | 20 | "node_modules/@types" |
21 | ], | 21 | ], |
22 | "lib": [ | 22 | "lib": [ |
23 | "ES2020.Intl", | 23 | "ES2021.Intl", |
24 | "es2018", | 24 | "es2018", |
25 | "es2017", | 25 | "es2017", |
26 | "es2016", | 26 | "es2016", |