From 930f79885967497759d9be85f6363290ee219311 Mon Sep 17 00:00:00 2001 From: Alex Konradi Date: Wed, 20 Nov 2024 17:26:59 -0500 Subject: [PATCH] Target ES2021 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 17669b126..17daecdaf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,7 +27,7 @@ */ /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ - "target": "ES2020", + "target": "ES2021", /* Specify a set of bundled library declaration files that describe the target runtime environment. */ "lib": [ "DOM", // Required to access `window`