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
When I run vuetype this generates an error:
Emit Failed:
But when I run vuetype --watch against the same .vue file a d.ts file is emited. The reference to ICustomer is not imported or referenced so the Typescript compiler complains.
I would expect watch mode to emit the same error as running vuetype once.
The text was updated successfully, but these errors were encountered:
Given the following:
When I run vuetype this generates an error:
Emit Failed:
But when I run vuetype --watch against the same .vue file a d.ts file is emited. The reference to ICustomer is not imported or referenced so the Typescript compiler complains.
I would expect watch mode to emit the same error as running vuetype once.
The text was updated successfully, but these errors were encountered: