For example, how would I get jquery Intellisense working for client side js files that are served by node?
I've tried this:
I've tried this:
/// <reference path="jquery-1.11.1.min.js" />
But no luck.