From 1d4279a81d343539ab3593cff6b5cca142be4551 Mon Sep 17 00:00:00 2001 From: Rob Simmons Date: Thu, 28 Nov 2024 12:15:55 -0500 Subject: [PATCH] Move to ES2023, toSorted is actually fine imo --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 265d8a9..b28126c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "ES2022", "useDefineForClassFields": true, - "lib": ["ES2022", "DOM", "DOM.Iterable"], + "lib": ["ES2023", "DOM", "DOM.Iterable"], "module": "NodeNext", "skipLibCheck": true, "types": ["vitest/globals"],