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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions!
What cheatsheet is this about? (if applicable)
Migrating cheatsheet
What's your issue or idea?
The migration cheatsheet links the official guide for migrating from JS, but the example at https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html#writing-a-configuration-file does not contain
"incremental": true
.I don't know how incremental compilation interacts with an IDE, but it saves a great deal of time when running tsc from the command line.
The text was updated successfully, but these errors were encountered: