tsconfig.json Error

Hi all, for some unknown reason my (untouched) tsconfig.json is raising the following error :
Argument for '--module' option must be: 'none', 'commonjs', 'amd', 'system', 'umd', 'es6', 'es2015', 'es2020', 'es2022', 'esnext', 'node16', 'nodenext'


// tsconfig.json
{
  // https://nuxt.com/docs/guide/concepts/typescript
  "extends": "./.nuxt/tsconfig.json"
}

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
Was this page helpful?