我只在我的应用程序中使用一行jQuery:
$("div.printArea").printArea();
但这给了我一个Typescript错误:
JQuery类型中不存在属性'printArea'?
有人能告诉我如何阻止出现这个错误吗?
jquery typescript
jquery ×1
typescript ×1