typecheck_project
Inspect a project's TypeScript code for real type errors, showing diagnostics grouped by file.
Instructions
Real type errors of the project: TypeChecker diagnostics (getPreEmitDiagnostics via ts-morph), grouped by file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project | |
| max_diagnostics | No | Maximum number of errors to show (default 200) |