From: Tim Düsterhus Date: Tue, 5 Jul 2022 11:42:52 +0000 (+0200) Subject: Merge branch '5.5' X-Git-Tag: 6.0.0_Alpha_1~1126 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b430dd906fabbf594b79c8425bd4121ef22e45fa;p=GitHub%2FWoltLab%2FWCF.git Merge branch '5.5' --- b430dd906fabbf594b79c8425bd4121ef22e45fa diff --cc tsconfig.json index cccdd4eedd,7913df1f3d..e870409cf2 --- a/tsconfig.json +++ b/tsconfig.json @@@ -11,7 -11,8 +11,8 @@@ "outDir": "wcfsetup/install/files/js/", "lib": [ "dom", + "DOM.Iterable", - "es2017" + "es2019" ], "strictNullChecks": true, "moduleResolution": "node",