This commit is contained in:
Olu Amey
2020-09-12 10:21:18 -04:00
parent e914c54949
commit 785831b9ae
5 changed files with 176 additions and 9 deletions
+6 -3
View File
@@ -128,7 +128,9 @@
"tsconfig.spec.json",
"e2e/tsconfig.json"
],
"exclude": ["**/node_modules/**"]
"exclude": [
"**/node_modules/**"
]
}
},
"e2e": {
@@ -174,7 +176,8 @@
}
},
"cli": {
"defaultCollection": "@ionic/angular-toolkit"
"defaultCollection": "@ionic/angular-toolkit",
"analytics": false
},
"schematics": {
"@ionic/angular-toolkit:component": {
@@ -184,4 +187,4 @@
"styleext": "scss"
}
}
}
}