From d1833b924610f61a85443397986f9ff339cca13e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Thu, 18 Jan 2024 03:17:58 +0100
Subject: [PATCH] TSConfig => Move target from ES6 to ES2022

---
 ExpressAPI/tsconfig.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ExpressAPI/tsconfig.json b/ExpressAPI/tsconfig.json
index 6353530..3f3b0b2 100644
--- a/ExpressAPI/tsconfig.json
+++ b/ExpressAPI/tsconfig.json
@@ -2,7 +2,7 @@
     "compilerOptions": {
         "outDir"          : "dist",
         "strict"          : true,
-        "target"          : "es6",
+        "target"          : "ES2022",
         "module"          : "commonjs",
         "sourceMap"       : true,
         "esModuleInterop" : true,
-- 
GitLab