We’ve been building jQWidgets (v4.5.0) and have been coming across a Typescript definition issue in jqwidgets.d.ts. In particular line 9 where $ was declared as type ‘any’, instead of type ‘JQueryStatic’
Wanted to know if anyone has come across this compilation issue?
We have a workaround to find-replace ‘any’ with ‘JQueryStatic’, but wanted to know whether this can be officially fixed.