Replies: 1 comment
-
Looks like this has been marked as a bug (see #4231) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am upgrading my project to vue-tsc 2.0.11 (from 1.8.27) and I am facing some issue with emitting the types when using monorepos (yarn workspaces). I have several libs that depend on each other and for each of these I am using
vue-tsc --declaration --emitDeclarationOnly
to generate the *.d.ts files. Now it seems that for the first *.vue file in each project, some sort of global definition is generated. It looks like thisUnoftunatelly this seems to be generated in each sub-project, and I am having the following error on dependent project:
I did not see these issue with vue-tsc 1.8.x
Any idea on how to resolve this problem?
Beta Was this translation helpful? Give feedback.
All reactions