Skip to content

Commit 43552dc

Browse files
committed
Change to allow ionic cli generate command to work with this project
1 parent e36d6b5 commit 43552dc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ionic.config.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"name": "test-test",
2+
"name": "ionic-unit-testing-example",
33
"app_id": "",
4-
"projectTypeId": "ionic-angular"
5-
}
4+
"projectTypeId": "ionic-angular",
5+
"v2": true,
6+
"typescript": true
7+
}

0 commit comments

Comments
 (0)