From 29ae9f5bab3528a59f984b263a0f493da779a767 Mon Sep 17 00:00:00 2001
From: David ALLIX <webda2l@gmail.com>
Date: Fri, 22 Nov 2024 18:45:05 +0100
Subject: [PATCH] Target ES2021 temporary

Due to issue with wrangler
---
 tsconfig.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tsconfig.json b/tsconfig.json
index a93ca85..d0f5170 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -4,7 +4,7 @@
     /* Base Options: */
     "esModuleInterop": true,
     "skipLibCheck": true,
-    "target": "ESNext",
+    "target": "ES2021",
     "allowJs": true,
     "resolveJsonModule": true,
     "moduleDetection": "force",
@@ -21,4 +21,4 @@
       "@/*": ["./src/*"],
     }
   },
-}
\ No newline at end of file
+}