nodejs_check_types
Run TypeScript type checking on a codebase. Configure project path, noEmit, incremental mode, and additional arguments.
Instructions
Run TypeScript type checking
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Additional arguments | |
| noEmit | No | Do not emit compiled files | |
| project | No | Path to tsconfig.json | |
| timeout | No | Command timeout in milliseconds | |
| directory | No | Working directory | |
| incremental | No | Enable incremental compilation |