My current assignment involves tidying up our AngularJS project by eliminating any unused imports and variables. I typically use VS Code along with the TypeScript Hero extension (available at this link) to tackle this task one file at a time. But, I'm wondering if there's a more efficient way to address all TypeScript files within the entire project?