This is the preferred method. This is only available for TypeScript 2.0+ users. For example:
npm install --save-dev @types/jquery
The types should then be automatically included by the compiler. See more in the handbook.
Download a declaration file from the repository and include a line like this:
/// <reference path="jquery/jquery.d.ts" />