From b45d9fe887289e19a7deb8f928cedfa1bf11fa41 Mon Sep 17 00:00:00 2001
From: Thilo Wischmeyer <thwischm@gmail.com>
Date: Mon, 11 Jan 2021 23:04:12 +0100
Subject: [PATCH] Workaround to support ?? operator

See https://github.com/webpack/webpack/issues/10227
---
 frontend/tsconfig.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json
index 951dc8fc..8e57f591 100644
--- a/frontend/tsconfig.json
+++ b/frontend/tsconfig.json
@@ -1,6 +1,6 @@
 {
   "compilerOptions": {
-    "target": "esnext",
+    "target": "es2018",
     "module": "esnext",
     "strict": true,
     "jsx": "preserve",
@@ -39,4 +39,4 @@
   "exclude": [
     "node_modules"
   ]
-}
\ No newline at end of file
+}
-- 
GitLab