I decided to jump in Visual Studio Code to create an app. Now I can\'t seem to get intellisense working for both JQuery and JQuery Mobile.
My VSC version is 0.10
under typings/ directory create a file called "tsd.d.ts" with the following content:
typings/
/// <reference path="js/jquery.d.ts"/> /// <reference path="js/jquerymobile.d.ts"/>
jsconfig.json need not contain the files attribute:
{ "compilerOptions": { "target": "ES5", } }