pzavolinsky / ts-unused-exports

ts-unused-exports finds unused exported symbols in your Typescript project
MIT License
749 stars 49 forks source link

Fix/issue allow unused types should apply to type re exports 181 #184

Closed mrseanryan closed 3 years ago

mrseanryan commented 3 years ago

Fix issues:

Using code from https://github.com/pzavolinsky/ts-unused-exports/pull/181

Thank you to @kachkaev !