get_file_diagnostics
Analyze a single TypeScript file and return type errors or warnings to ensure code quality.
Instructions
Run TypeScript diagnostics on a single file and return any type errors or warnings.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Relative path to the TypeScript file (no path traversal or absolute paths allowed). |