> For the complete documentation index, see [llms.txt](https://kb.annjose.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.annjose.com/web-dev/troubleshooting-issues.md).

# Troubleshooting Issues

## TypeScript shows file not found error in tsconfig.json

Situation: You move or rename a TypeScript file inside VS Code and immediately `tsconfig.json` shows an error 'File xyz.tsx not found.\`

Rootcause: This happens because TypeScript server did not record the move/rename operation.&#x20;

Solution: This is a known issue being discussed in this PR <https://github.com/microsoft/TypeScript/issues/43838> and the correct solution is not available (as of Feb 2024). But there is a workaround - restart the TypeScript server.&#x20;

* In VS Code, open command pallette `Ctrl+Shift+p` and choose the command `Typescript: Restart TS Server`).
