Skip to content

Tool to find unused symbols in TypeScript project

License

Notifications You must be signed in to change notification settings

jrieken/ts-unused

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A tool that finds unused (public/exported) symbols in a TypeScript project.

Run it like so: node index.js -p /path/to/tsconfig.json --ignoreCheck /path/to/ignoreCheck.txt.

The ignoreCheck-flag allows to define files and symbols that are be to excluded. Each line is a rule like this <fileNamePattern>|<symbolNamePatern>:<lineNumber>, e.g. **/*.d.ts or |toJSON etc. Check this file as a sample: https://github.com/jrieken/ts-unused/blob/master/exclude.txt

About

Tool to find unused symbols in TypeScript project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published