-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
create-vite: set incremental: true
in tsconfig
#19535
Comments
If you guys don't mind, may I contribute to this? |
Yes, sure. The question is more if there is any reason for not setting this? |
@jansepke I don't know. Why? Anyway, incremental builds are pretty sweet. Recently, my project used this and reduced typescript build time by about 2.5 times. |
Ah, I just experimented and read ts docs, but incremental build is already used. What do you think? |
at least when running Without incremental: ~900ms So I cannot confirm that |
Description
as a developer I want fast build times event if running a build locally. typecript offers incremental builds but those are not enabled in new vite projects
Suggested solution
set
incremental: true
intsconfig
to speed up thetsc
part of"build": "tsc -b && vite build"
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: