Explorar o código

chore: Do not hoist angular deps

Michael Bromley %!s(int64=6) %!d(string=hai) anos
pai
achega
d7cbf370c0
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -60,7 +60,8 @@
     ],
     "nohoist": [
       "**/@types/jasmine",
-      "**/@types/jasminewd2"
+      "**/@types/jasminewd2",
+      "**/@angular*/**"
     ]
   },
   "commitlint": {