Skip to content

Commit 7cbef4c

Browse files
committed
Initial code changes upon install
1 parent 5aa5b69 commit 7cbef4c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ionic.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "ionic-unit-testing-example",
33
"app_id": "",
4-
"type": "ionic-angular"
4+
"type": "ionic-angular",
5+
"integrations": {}
56
}

typings/cordova-typings.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
/// <reference path="../.vscode/typings/cordova-ionic/plugins/keyboard.d.ts"/>
3+
/// <reference path="../.vscode/typings/jquery/jquery.d.ts"/>

0 commit comments

Comments
 (0)