jfcere / ngx-malihu-scrollbar

Angular 2+ scrollbar customization using Malihu jQuery Custom Scrollbar plugin
https://jfcere.github.io/ngx-malihu-scrollbar
MIT License
58 stars 17 forks source link

include types in package.json #35

Closed BilgeHanSolo-Mavenomics closed 6 years ago

BilgeHanSolo-Mavenomics commented 6 years ago

typescript has no idea where to look at for types declaration. Please include the following line in package.json.

"types": "./dist/lib/index.d.ts",

https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html

jfcere commented 6 years ago

I totally missed that out, thanks to @quigleyj97 for the PR! I've published the fix, you can update to v1.3.2