Closed fearoff closed 6 months ago
It's strange, typesVersions
field is for differentiating types by TS version. Can you show your tsconfig.json
? I'll try to reproduce.
sure
I have checked, it seems moduleResolution: "Node"
is deprecated option that fallbacks to Node 10. But looks like typesVersions
enables new TS features so everything works again. JS ecosystem is a mess ðŸ«
Thank you for solution.
Current installation method for vue3 app gives:
Next section at package.json solves problem for my case