Skip to content

Commit 03b9885

Browse files
authored
Merge pull request #19 from leifwells/allow-cli-generate-to-work
Change to allow ionic cli generate command to work with this project
2 parents 8693d02 + 43552dc commit 03b9885

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)