resolve_type
Resolve the fully computed TypeScript type at a source position. Specify file, line, and column, optionally with a tsconfig path, to get the exact type.
Instructions
Fully computed type at a source position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| col | Yes | Column number (1-based) | |
| file | Yes | Absolute path to the TypeScript file | |
| line | Yes | Line number (1-based) | |
| tsconfig | No | Path to tsconfig.json (auto-detected if omitted) |