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

vue-tsc so slow #687

Closed
QQhuan opened this issue Nov 11, 2021 · 1 comment
Closed

vue-tsc so slow #687

QQhuan opened this issue Nov 11, 2021 · 1 comment
Labels
question Further information is requested

Comments

@QQhuan
Copy link

QQhuan commented Nov 11, 2021

Every time I use vue-tsc --noEmit --skipLibCheck && vite --host to start my project,it takes me a long time.
Any tips to speed up?
Thank u for your reply!

@johnsoncodehk
Copy link
Member

The check time is related to the number of files that need to be checked, so please make sure that include only lists the files that need to be checked directly.

On the other hand, if you do not need to check the template, future versions will provide the option to disable it, which will reduce the check time by half. (Track #577)

@johnsoncodehk johnsoncodehk added the question Further information is requested label Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants