Ultimate Angular™ | Expert-led online Angular and TypeScript training courses
Learn latest Angular, TypeScript, through to NGRX and beyond. Become an Angular expert online via our online courses.ultimatecourses.com The Problem Recently, I had a need arise to programatically and recursively traverse through all *.ts files in a given project and remove all unused TypeScript imports. At the time this article was written, there was no way to do this within Visual Studio Code without opening each individual *.ts file and…