plantain-00 / type-coverage

A CLI tool to check type coverage for typescript code
MIT License
1.21k stars 43 forks source link

require image #49

Open stereodenis opened 4 years ago

stereodenis commented 4 years ago

I have problems with require image statements. It is React Native project image

plantain-00 commented 4 years ago

It seems you need declaration file for requiring image, see: https://stackoverflow.com/questions/51100401/typescript-image-import

stereodenis commented 4 years ago

@plantain-00 not working