jeffijoe / typesync

Install missing TypeScript typings for dependencies in your package.json.
MIT License
1.53k stars 22 forks source link

Remove unused type packages #101

Closed shunkica closed 1 year ago

shunkica commented 1 year ago

I am not 100% sure about this claim, but I think that prior to 0.11.0 this package used to remove type packages which are not used? (eg. from packages which were removed)

I can not test previous versions to verify this because they do not work anymore. ( getaddrinfo ENOTFOUND typespublisher.blob.core.windows.net )

In any case versions 0.11.0 and 0.11.1 do not remove unused type packages. Is there some flag I can pass to remove them?

jeffijoe commented 1 year ago

See https://github.com/jeffijoe/typesync/pull/97