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/
/// ///
jsconfig.json need not contain the files attribute:
{ "compilerOptions": { "target": "ES5", } }