From 6160bfea094933e8f7cdbe4f279368551d1ff13f Mon Sep 17 00:00:00 2001
From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com>
Date: Tue, 27 Oct 2020 17:37:51 +0100
Subject: [PATCH] fix: build issue "he server responded with a non-JavaScript
 MIME type of "text/html" "

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

diff --git a/tsconfig.json b/tsconfig.json
index f1830d0f8..6fa843587 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -10,7 +10,7 @@
     "experimentalDecorators": true,
     "moduleResolution": "node",
     "importHelpers": true,
-    "target": "es2015",
+    "target": "es5",
     "module": "es2020",
     "lib": ["es2018", "dom"]
   }
-- 
GitLab