checkInlineCode
Type-check inline TypeScript code instantly without creating a file. Get compiler diagnostics directly.
Instructions
Type-check inline TypeScript code without creating a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | TypeScript code to type-check | |
| fileName | No | Virtual filename | __inline__.ts |
| tsconfig | No | Path to tsconfig.json for compiler settings |