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
Any updates? I also encountered this issue, where with "typescript.typeCheck": true inside nuxt.config.ts nuxt throws errors about not finding imports inside #imports alias... But types are picked up correctly from my IDE...
Hello,
You can reproduce by using this repo: https://github.com/Barbapapazes/nuxt-typecheck.
Without the
#import
, no errors are reported but by adding#import
alias (from the generatedtsconfig.json
), the tsc fails with this error:The text was updated successfully, but these errors were encountered: