We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa5b69 commit 7cbef4cCopy full SHA for 7cbef4c
ionic.config.json
@@ -1,5 +1,6 @@
1
{
2
"name": "ionic-unit-testing-example",
3
"app_id": "",
4
- "type": "ionic-angular"
+ "type": "ionic-angular",
5
+ "integrations": {}
6
}
typings/cordova-typings.d.ts
@@ -0,0 +1,3 @@
+
+/// <reference path="../.vscode/typings/cordova-ionic/plugins/keyboard.d.ts"/>
+/// <reference path="../.vscode/typings/jquery/jquery.d.ts"/>
0 commit comments