UNPKG

@happyvibess/node-cleaner

Version:

🧹 Interactive CLI tool to find and clean node_modules directories and free up space

11 lines (10 loc) • 143 B
{ "extends": "@ljharb/tsconfig", "compilerOptions": { "target": "ES2021", "maxNodeModuleJsDepth": 0, }, "exclude": [ "coverage" ] }