Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(tsc): patch build info roots #2580

Merged

Conversation

blake-newman
Copy link
Member

Patch build info roots so that generated types are not considered when checking against project roots, also check for root existance for vue files by removing the virtual file extension.

@blake-newman blake-newman force-pushed the blake.newman/fix-typescript-5-issues branch 2 times, most recently from b8a0ca8 to 34d4e71 Compare April 5, 2023 08:19
Patch build info roots so that generated types are not considered when
checking against project roots, also check for root existance for vue files by
removing the virtual file extension.
@blake-newman blake-newman force-pushed the blake.newman/fix-typescript-5-issues branch from 34d4e71 to 04f69ab Compare April 5, 2023 08:23
@johnsoncodehk
Copy link
Member

Thanks for investigating and testing it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vue-tsc --noEmit --watch can not catch errors that can be catched by vue-tsc --noEmit
2 participants