get_package_diagnostics
Retrieve TypeScript diagnostics for a specific package in a monorepo to filter errors by workspace, eliminating the need to run tsc repeatedly.
Instructions
Get TypeScript diagnostics for a specific package in a monorepo. Useful for filtering diagnostics by workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | Name of the package (e.g., "@degentalk/server") |