get_file_diagnostics
Get TypeScript diagnostics for a specific file quickly, without needing to run tsc on the whole project.
Instructions
Get TypeScript diagnostics for a specific file. Much faster than running tsc on the whole project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the TypeScript file |