Typescript helper for counting usage of files within codebase
yarn add typescript-module-usage -D || npm install typescript-module-usage --save-dev
// package.json
"scripts": {
...
"count": "typescript-module-usage ./tsconfig.json"
}
This package extends the usage of TypeScript Module Paths: Docs
- Input: ``
- Output:
--output=output.json