Skip to content

Instantly share code, notes, and snippets.

@OliverJAsh
Last active December 5, 2022 00:20
Show Gist options
  • Save OliverJAsh/13b5410843d6bee692927897f0c84197 to your computer and use it in GitHub Desktop.
Save OliverJAsh/13b5410843d6bee692927897f0c84197 to your computer and use it in GitHub Desktop.
How we gradually migrated to TypeScript at Unsplash
@DavidMorton
Copy link

I'm actually in the process of turning on these flags right now... oddly, noImplicitAny took about 2 days for me to resolve (I work alone), but I feel like strictNullChecks is going to take me weeks, largely because of my habit of making every property on our interfaces optional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment