Skip to content

Small NodeJs script to help cleanup compiled JS/MAP files

Notifications You must be signed in to change notification settings

geri777/typescript-cleanup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

This is a fork of https://github.com/alphazygma/typescript-cleanup

typescript-cleanup

Small NodeJs script to help cleanup compiled JS/MAP files

This fork adds the following feature(s):

  • find orphaned .js/.map files (=not having a .ts file)
  • ignore orphaned files if they are named *.min.map (which might be mapping between compressed/uncompressed)

Installation / Run

Copy the file "tsc-cleanup" into the root of your project. There must be a valid tsconfig.json in this folder as well. Then open command line and run "node ts-cleanup".

About

Small NodeJs script to help cleanup compiled JS/MAP files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%