0225268 4 kuukautta sitten
vanhempi
commit
cfe7ac5b26
2 muutettua tiedostoa jossa 5 lisäystä ja 2 poistoa
  1. 2 2
      angular.json
  2. 3 0
      tsconfig.doc.json

+ 2 - 2
angular.json

@@ -44,8 +44,8 @@
                 },
                 {
                   "type": "anyComponentStyle",
-                  "maximumWarning": "2kb",
-                  "maximumError": "4kb"
+                  "maximumWarning": "2mb",
+                  "maximumError": "4mb"
                 }
               ],
               "fileReplacements": [

+ 3 - 0
tsconfig.doc.json

@@ -0,0 +1,3 @@
+{
+    "include": ["src/**/*.ts"]
+}