type_diagnostics
Retrieve TypeScript diagnostic errors and warnings, optionally filtered by file, to pinpoint type issues in your project.
Instructions
TypeScript errors and warnings, optionally scoped to a single file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Absolute path to scope diagnostics to a single file | |
| tsconfig | No | Path to tsconfig.json (auto-detected if omitted) |