run_typecheck
Run TypeScript type checking with tsc --noEmit to catch type errors before a full build. Returns any type errors found in the specified working directory.
Instructions
Runs TypeScript type checking (tsc --noEmit) and returns any type errors. Use this to catch type errors without running the full build.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory | /app |