diff --git a/angular.json b/angular.json
index 7671b88cea4e1145f9235c2b4add247a85708a8f..c422f278e5532cf2ad7445fd94399cc45f61c155 100644
--- a/angular.json
+++ b/angular.json
@@ -22,9 +22,21 @@
               "src/locale",
               "src/favicon.ico",
               "src/.htaccess",
-              { "glob": "**/*.json", "input": "src/", "output": "/" },
-              { "glob": "**/*.md", "input": "src/", "output": "/" },
-              { "glob": "**/*.png", "input": "src/", "output": "/" }
+              {
+                "glob": "**/*.json",
+                "input": "src/",
+                "output": "/"
+              },
+              {
+                "glob": "**/*.md",
+                "input": "src/",
+                "output": "/"
+              },
+              {
+                "glob": "**/*.png",
+                "input": "src/",
+                "output": "/"
+              }
             ],
             "styles": [
               "src/styles.scss",
@@ -156,5 +168,8 @@
     "@schematics/angular:directive": {
       "prefix": "app"
     }
+  },
+  "cli": {
+    "analytics": false
   }
 }
\ No newline at end of file