node_typecheck
Type-check a TypeScript project using tsc --noEmit, with automatic package manager detection for npm, pnpm, or yarn.
Instructions
Type check a TypeScript project using tsc --noEmit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the project root directory | |
| packageManager | No | Package manager to use (auto-detected if not specified) |