Typescript error importing vue components in .ts files
Hey, I am having this error in .ts files in a new Nuxt3 project.
Don't have any custom setting in tsconfig.
Don't have any custom setting in tsconfig.

app.config.ts file and how it interacts with Nitro, Nuxt's server engine.app.config.ts.app.config.ts or server-side files.#components alias for Vue components in your .ts files. For example:~/server/tsconfig.json file to improve type hints in your IDE, as mentioned in the Server Types documentation:nuxi typecheck, but it should improve IDE type hints.vue-tsc installed, as there have been issues with certain versions not working correctly with Nuxt 3, as mentioned in this GitHub pull request.#components~/server/tsconfig.jsonnuxi typecheckvue-tsc import { MyComponent } from '#components' {
"extends": "../.nuxt/tsconfig.server.json"
}