Open jonasfroeller opened 1 month ago
Got the exact same issue, not sure it's a good idea to downgrade vue-tsc version
Same here... had to make autoImport: false
in a nuxt.config.ts
to resolve issue
I got the same issue.
I am having the same issue!
@atinux @stranavad it seems to originate from the addServerImportsDir call's in the module.ts. Some of the exported types couse the error
The same issue. Maybe this is related with compatibilityVersion: 4
option?
The same issue. Maybe this is related with
compatibilityVersion: 4
option?
Unfortunately not, this minimal reproduction is not set to compatibilityVersion: 4
.
https://stackblitz.com/edit/github-mmpbcp?file=nuxt.config.ts
Build Modules: -
I have no idea why this happens now, but I can not work on my project, till I solve this.
I used auth utils for 2 months and didn't have any issues.
This fixes the issue:
but introduces another error
I think this issue belongs in vue-tsc, but I just had issues with vue-tsc when I used auth utils.