You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a dependency (vue-currency-input) which has a ts error.
With the new vue-tsc version the lib also gets checked somehow and breaks my build pipeline because of this error.
Even if my tsconfig states that skipLibCheck is true and excluded node_modules.
Hey there!
I have a dependency (vue-currency-input) which has a ts error.
With the new vue-tsc version the lib also gets checked somehow and breaks my build pipeline because of this error.
Even if my tsconfig states that
skipLibCheck
istrue
and excludednode_modules
.For details you can track the issue here
Thanks in advance!
The text was updated successfully, but these errors were encountered: