Skip to content

Instantly share code, notes, and snippets.

@ndp
Last active August 1, 2021 22:41
Show Gist options
  • Save ndp/1ae104d02bb1a7c3c7dad41b47eee1d5 to your computer and use it in GitHub Desktop.
Save ndp/1ae104d02bb1a7c3c7dad41b47eee1d5 to your computer and use it in GitHub Desktop.
Useful script for working with typescript
# Upgrade all typescript types in a project
yarn outdated | grep @types | awk '{print $1}' | xargs yarn upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment