I am only using one line of jQuery in my application:
$("div.printArea").printArea();
But this is giving me a Typescript error:
The property 'printArea' does not exist on type JQuery?
Can someone tell me how I can stop this error appearing?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…