TypeScript linting errors with turborepo

Is it normal for turborepo projects to produce TS linting errors in VS Code when refactoring? Seems like every time I rename a file or change a schema, I get red squigglies everywhere. Restarting the TS Server via the command palette doesn't help; I have to restart VS Code entirely.

Does this sound familiar to anyone else? I'm using create-t3-turbo (https://github.com/t3-oss/create-t3-turbo), and I can repro the issue from a fresh clone of that repo without any major edits. I've opened an issue on that repo, but I wanted to check if this goes beyond that project.
Solution
Ok, so after spinning up a fresh turborepo (not create-t3-turbo), it works fine. So it must be an issue with that particular project.
Was this page helpful?