ts-remove-unused is a CLI tool designed to automatically remove unused exports and TypeScript modules without references in your project, helping keep your code clean. It can auto-fix code, report unused exports and deletable files, and supports various export types. The tool respects tsconfig.json settings and offers options for skipping specific files or including .d.ts files. You can also use a JavaScript API to run ts-remove-unused.
3 Comments
Sort: