Skip to content

Instantly share code, notes, and snippets.

@dseg
Last active October 14, 2016 04:52
Show Gist options
  • Save dseg/995181a123e63cedb7f8629244cdd3e7 to your computer and use it in GitHub Desktop.
Save dseg/995181a123e63cedb7f8629244cdd3e7 to your computer and use it in GitHub Desktop.
How do I find the values to put into my typings.json?

typings/typings#603

typings info dt~PACKAGE_NAME --versions

** But you normally should not edit typings.json manually. ** It's definitely easier to just do

typings install PACKAGE_NAME --save
or
typings install PACKAGE_NAME --global --save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment