when i use this package, the tsconfig.json has occur 2 errors like this image,as follow, how to solve it,is this packages called tsconfig's issue?
Henrycheheng opened this issue · 5 comments
Henrycheheng commented
Henrycheheng commented
Henrycheheng commented
and this is Unknown compiler option 'verbatimModuleSyntax, ts's version, i'm use ^4.7.0
xiaoxiangmoe commented
@Henrycheheng Try using typescript@^5.1.6
Henrycheheng commented
OK thank you. I'll try this.
dawidpstrak commented
I'm having same issue, updating typescript to 5.1.6 not resolving this issue for me. I tried also updating vue-tsc package to 1.8.8, but this also not resolved issue for me.
Edit:
I updated all of these packages to latest version and ts errors are gone: vue, @vitejs/plugin-vue, @vitejs/plugin-vue-jsx, typescript, vite, vue-tsc.