Kamil Szot
Kamil Szot
I'd like to share a workaround for when you need `constructor` property to have correct type. You can just specify the type using `interface`. ```ts class Thing { } interface...
I found out (while working on something else) that you need to require jquery-mousewheel following way to be loaded as CommonJS module: `require('imports?define=>false!jquery-mousewheel/jquery.mousewheel')($)` You'll need to have `imports-loader` installed (with...
Could you add this line to the examples in Readme.md? It could help people trying out your lib.