find_any_usages
Find all uses of 'any' in TypeScript code, including annotations, casts, generics, parameters, and returns, grouped by file. Reveals type-debt to guide refactoring.
Instructions
any usages in the project (type-debt heuristic): : any annotations, as any, <any>, parameters and returns typed as any. Grouped by file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project | |
| max_results | No | Usage limit per file (default 200) |