Reputation: 923
How I can create jQuery object in TypeScript for window and document?
window
document
Upvotes: 1
Views: 268
Set JQuery<Window> type instead of JQuery:
JQuery<Window>
JQuery