From fec61e44dd19b28da9841af90cd51aa170eefaf5 Mon Sep 17 00:00:00 2001
From: "mathias.chouet" <mathias.chouet@irstea.fr>
Date: Wed, 11 Sep 2019 17:54:32 +0200
Subject: [PATCH] Updated angular-config for jalhyd

---
 angular.json  | 1 +
 tsconfig.json | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/angular.json b/angular.json
index 329e6e9b7..884ac6d73 100644
--- a/angular.json
+++ b/angular.json
@@ -16,6 +16,7 @@
             "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 c7818722c..47e308024 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -21,6 +21,7 @@
     "baseUrl": "./"
   },
   "include": [
-    "src/**/*.ts"
+    "src/**/*.ts",
+    "node_modules/jalhyd/**/*.ts"
   ]
 }
\ No newline at end of file
-- 
GitLab