You need to add a reference to the jQuery definition at the top of your .ts file.
/// <reference path="jquery.d.ts" />
You can find type annotations for jQuery in this sample.
You need to add a reference to the jQuery definition at the top of your .ts file.
/// <reference path="jquery.d.ts" />
You can find type annotations for jQuery in this sample.