Typescript errors after building for production
I'm using nuxt 3.11.2, and things work fine on development but when I try building the application, I get these TS errors for things which should be autoimported
. I've tried installing several versions of vue-tsc and typescript, but to no avail. In addition nuxi typecheck also stopped working

3 Replies
I tried changing the nuxt version to 3.12.2 but to no avail.
Are you using any other typescript related packages?
what does your tsconfig.json look like in the root?
Hey @Nathan Chase , you got it right. My tsconfig “include” option was messing up everything