volarjs / volar.js

💙🌊
https://volarjs.dev/
MIT License
963 stars 47 forks source link

fix(typescript): improve accuracy of `runTsc` extensions parameter behavior #222

Closed johnsoncodehk closed 2 months ago

johnsoncodehk commented 2 months ago

This PR will solve the error TS5055: Cannot write file 'xxx/yyy.vue.d.ts' because it would overwrite input file. error, and the problem that --clean cannot clean the .vue.d.ts file.

Details