From 43552dcbb885c65283620e8d61d3b5e60e52ad63 Mon Sep 17 00:00:00 2001 From: Leif Wells Date: Thu, 30 Mar 2017 17:44:26 -0400 Subject: [PATCH] Change to allow ionic cli generate command to work with this project --- ionic.config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ionic.config.json b/ionic.config.json index 6c1186b..6547ded 100644 --- a/ionic.config.json +++ b/ionic.config.json @@ -1,5 +1,7 @@ { - "name": "test-test", + "name": "ionic-unit-testing-example", "app_id": "", - "projectTypeId": "ionic-angular" -} \ No newline at end of file + "projectTypeId": "ionic-angular", + "v2": true, + "typescript": true +}