TypeScript
Language Analyzers
TypeScript
Reports TypeScript and JavaScript config validity without hiding vendor from tsserver.- Detected From
- tsconfig.json, jsconfig.json, or a typescript dependency.
- Writes
- Nothing today.
- Visibility
- Vendor source intentionally remains visible for LSP navigation; VS Code auto-import exclusions handle suggestion noise.
When To Use It
Use this when vendored TypeScript should be navigable by agents and editors but not suggested for imports.
Workflow
Run ingraft doctor to inspect the current status, then run
ingraft refresh after adding or updating vendored source. Refresh only
writes supported files when the tool is actually detected in the repository.