You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
since v3 my nuxt3 projects breaks: error Unable to resolve path to module '#app' import/no-unresolved
Also the IDE complains. If i go back to v2.7.0 everything works as expected.
The tsconfig gets extended with the generated tsconfig which has the path definition for #app
tsconfig.json "extends": "./.nuxt/tsconfig.json",
Hi,
since v3 my nuxt3 projects breaks:
error Unable to resolve path to module '#app' import/no-unresolved
Also the IDE complains. If i go back to v2.7.0 everything works as expected.
The tsconfig gets extended with the generated tsconfig which has the path definition for #app
tsconfig.json
"extends": "./.nuxt/tsconfig.json",
/.nuxt/tsconfig.json"
.eslintrc
I hope this enough information provided. Let me know if i can help.
Thank you!
The text was updated successfully, but these errors were encountered: