If you are using npm, you can
npm install @types/jquery --save-dev
and add
/// <reference types="jquery" />
to your js file.
Ref: https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html#-reference-types-