From 248dc0e604a171ae2a0948b687b53f9cb50feba7 Mon Sep 17 00:00:00 2001 From: Benny Neugebauer Date: Sat, 9 Dec 2023 11:15:19 +0100 Subject: [PATCH] Support Array.toSorted in Node.js v20 --- packages/tsconfig-common/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tsconfig-common/tsconfig.json b/packages/tsconfig-common/tsconfig.json index 988775f..79e0cbb 100644 --- a/packages/tsconfig-common/tsconfig.json +++ b/packages/tsconfig-common/tsconfig.json @@ -8,7 +8,7 @@ "esModuleInterop": true, "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, - "lib": ["es2022"], + "lib": ["es2023"], "module": "nodenext", "moduleResolution": "node16", "newLine": "lf",