## TypeScript Language Server
You have access to a diagnostics tool that checks files for type errors and suggests fixes.
- After editing TypeScript files, use lspDiagnostics to check for errors before moving on.
- Diagnostics will include suggested quick fixes when available — use them instead of guessing at the fix.
