cloudinary / cloudinary_js

Cloudinary JavaScript library
MIT License
328 stars 224 forks source link

Feature/add strict checks for typescript #257

Closed patrick-tolosa closed 4 years ago

patrick-tolosa commented 4 years ago

Add all strict flags to tsconfig.

Fix tests and declerations.

tsconfig.json Changes to this file add the strict flag

types/cloudinary-core-tests.ts Changes to this file mainly remove un-used variables (part of the strict rules)

types/cloudinary-core.d.ts Changes to this file fix errors caused by the strict rules