NextJS TypeScript can not find global types in tsconfig
So my problem is that TypeScript suddenly can’t find the standard types in my nextjs 14 application.
The application works without problems, but VSCode displays errors in almost every file because it cannot find the array type of TS, for example. I use WSL 2 (if that is important).
So I get no runtime errors, it is just displayed in vscode as error.