Closed insub closed 2 weeks ago
Hi. I've had the same issue. Installing Nuxt Image fixed it for me.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
This issue was closed because it has been stalled for 30 days with no activity.
Environment
Build Modules: -
Reproduction
"@nuxt/content": "2.13.2"
Describe the bug
When I perform
pnpm typecheck
(vue-tsc --noEmit
), the following error occurs:However, I have not used @nuxt/image, and there is no image component in the code. My tsconfig.json is as follows:
And I have tried both TypeScript versions 5.4.5 and 5.5.2, but the error still occurs. How should I fix it?
Additional context
No response
Logs
No response