From 9a7c65899ed566952d0edff27caeda724decd64a Mon Sep 17 00:00:00 2001 From: Ajay Date: Wed, 11 Jun 2025 15:28:33 -0400 Subject: [PATCH] Increase es version --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 27053111..db37b246 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,7 @@ "resolveJsonModule": true, "jsx": "react", "lib": [ - "es2019", + "es2020", "dom", "dom.iterable" ]