tsconfig.json Error
Hi all, for some unknown reason my (untouched) tsconfig.json is raising the following error :
Seems like I'm the only one with this error since searching for it didn't gave any Nuxt/Vue related issue, anyone knows where that could be coming from ?
Setting up a fresh new nuxt app so I only have vue nuxt and pinia in depedencies
2 Replies
The error seems to be coming from nuxi generated tsconfig that includes : "module": "preserve"
Anyone knows where to start to debug that and overwrite nuxi generate tsconfig ?
if anyone in the situation, fixed it by adding in nuxt config file :
I'm experiencing this too, but unfortunately the above solution doesn't help 🤔
Update: it did work! It just took a long time for VSCode to remove the error message.