Open Thomasan1999 opened 2 months ago
I have the same issue, were you able to find a solution?
I found another solution for the underlying issue I was using ts-patch
to try to resolve. I did not look into this further ever since.
I'm using it for typia, and I can't seem to find an alternative.
For people who are bundling their code, unplugin-typia is a more convenient alternative to ts-patch that doesn't interfere with other tools using tsc.
Vue - Official extension or vue-tsc version
2.1.4
VSCode version
-
Vue version
-
TypeScript version
5.5.4
System Info
package.json dependencies
Steps to reproduce
package.json
to some directory.npm i
.npm run vue-tsc
.What is expected?
It works.
What is actually happening?
I get the following error:
Link to minimal reproduction
No response
Any additional comments?
I wanted to write a TS plugin using
ts-patch
which would exclude some declaration files from being emitted when runningvue-tsc
. After I installedts-patch
,vue-tsc
stopped working and I got this error.