From da3c1ec8a660b44adeaf8724c5c6f945aacdea22 Mon Sep 17 00:00:00 2001 From: rare-magma Date: Thu, 15 Aug 2024 23:26:42 +0200 Subject: [PATCH] build: bump es lib Signed-off-by: rare-magma --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e4e8abc..b59f991 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,7 @@ "forceConsistentCasingInFileNames": true, "isolatedModules": true, "jsx": "react-jsx", - "lib": ["dom", "dom.iterable", "esnext"], + "lib": ["dom", "dom.iterable", "ES2023"], "module": "esnext", "moduleResolution": "node", "noEmit": true,