Header Ads

Show HN: ts-remove-unused – Remove unused code from your TypeScript project https://ift.tt/M1DH4vE

Show HN: ts-remove-unused – Remove unused code from your TypeScript project ts-remove-unused is a command line tool for TypeScript projects that auto-fixes unused `export`s. It removes the export keyword from the declaration or the whole declaration based on its usage in the project. There are some similar tools but they are focused on "detecting" rather than "removing" so I've built one myself. I wanted a solution that's as minimal as possible; config files to specify the files in your project shouldn't be necessary because that info should be already configured in tsconfig.json. All you need to do is to specify your entrypoint file. Feedback is much appreciated! https://ift.tt/qcvk4oF September 16, 2024 at 09:39AM

No comments

Powered by Blogger.