-
-
Notifications
You must be signed in to change notification settings - Fork 442
incremental mode is not yet support #787
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
Comments
You need to disable |
The references attribute needs to be configured with composite to take effect |
I am curious why not us support incremental mode, this may gain a lot performance improvement, since typescript should only spend a few time to reparse the file especially when file is big. |
@yangdan8 I personally recommend that you use a single tsconfig in monorepo so that IDE performance is actually much better. @IWANABETHATGUY not that easy, and vue-tsc watch has a higher priority. I will study it after supporting vue-tsc watch. |
Error message:
Demo link:
https://github.com/yangdan8/incremental-err-demo
Repro steps
The text was updated successfully, but these errors were encountered: