filestack / filestack-react

Official React component for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://www.filestack.com
MIT License
164 stars 40 forks source link

fix #76 : Types findable when used as npm lib #100

Open mpoisot opened 3 years ago

mpoisot commented 3 years ago

TypeScript types weren't getting recognized because package.json was missing the "types" property.

I also beefed up the types to get my own project to compile without warnings.

jigarlodaya12 commented 3 years ago

Can This be merged ?