From feb68c18c2e56ef2bf5aaa776cc8b4319d0b9e21 Mon Sep 17 00:00:00 2001
From: "mathias.chouet" <mathias.chouet@irstea.fr>
Date: Thu, 12 Sep 2019 09:19:24 +0200
Subject: [PATCH] Revert previous angular config change

---
 angular.json  | 1 -
 tsconfig.json | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/angular.json b/angular.json
index 884ac6d73..329e6e9b7 100644
--- a/angular.json
+++ b/angular.json
@@ -16,7 +16,6 @@
             "main": "src/main.ts",
             "tsConfig": "src/tsconfig.app.json",
             "polyfills": "src/polyfills.ts",
-            "preserveSymlinks": true,
             "assets": [
               "src/assets",
               "src/locale",
diff --git a/tsconfig.json b/tsconfig.json
index 47e308024..c7818722c 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -21,7 +21,6 @@
     "baseUrl": "./"
   },
   "include": [
-    "src/**/*.ts",
-    "node_modules/jalhyd/**/*.ts"
+    "src/**/*.ts"
   ]
 }
\ No newline at end of file
-- 
GitLab