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
1 Reply
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 :