-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed as not planned
Closed as not planned
Copy link
Description
Environment
- Operating System: Darwin
- Node Version: v22.3.0
- Nuxt Version: 3.13.0
- CLI Version: 3.13.1
- Nitro Version: 2.9.7
- Package Manager: [email protected]
- Builder: -
- User Config: devtools, app, runtimeConfig, css, modules, i18n, primevue, image, nuxt-jsonld, mapbox, compatibilityDate
- Runtime Modules: @nuxt/[email protected], @nuxtjs/[email protected], @nuxtjs/[email protected], @primevue/[email protected], @nuxt/[email protected], @nuxtjs/[email protected], [email protected], @pinia/[email protected], [email protected], [email protected]
- Build Modules: -
Reproduction
I can't reproduce it
Describe the bug
Typescript throws me an error in common inline instances within the template, such as $route or $t (nuxtI18n).
Example $route:

Example $t:

I also noticed that within the setup script, when I try, for example, to do an import of an interface that is in a .ts file, it does not recognise it, and tells me that all the files are in .js format.

I cannot reproduce the problem, does anyone have an idea what the problem might be?
Thanks
Additional context
No response
Logs
No response