Housekeeping your project

Housekeeping your project is important! If you are using npm as a package manager for your big JavaScript/Typescript project, go to the folder where you have package.json and run

npx unimported

This finds unused source files or modules in your project. You can remove those imports to make your project less messy.