#Keep getting `Resolve error: File './.nuxt/tsconfig.json' not found` in ts files
8 messages · Page 1 of 1 (latest)
Where do you get this error? in the console?
Might be worth to remove the .nuxt folder and let it regenerate with npm install
I get the error in the IDE (VSCode)
Does the file exist?
So I think the issue was that the server didn't generate, therefore the .nuxt folder was empty and the TS files were missing
ah okay, so now everything is working?
Starting the dev server or running nuxi prepare should resolve this, yes 👍🏻