Explorar el Código

chore: Do not hoist angular deps

Michael Bromley hace 5 años
padre
commit
d7cbf370c0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      package.json

+ 2 - 1
package.json

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