My "nuxt buid" is failing with this error:
transforming (31) nodemodules.pnpm\nuxt@3.15.4@parcel+watcher_affb1ef70870c18232d7085a01aeb44d\node_modules\nuxt\dist\app\components\nuxt-root.vueerror TS5042: Option 'project' cannot be mixed with source files on a command line.
Setting the typescript typecheck property to false make the build pass in nuxt.config.ts but obviously tha't's not something I want.
Any idea how to solve it ?