Skip to content

Instantly share code, notes, and snippets.

@pareshchouhan
Created August 22, 2015 01:56
Show Gist options
  • Save pareshchouhan/79c511301137fdb2a961 to your computer and use it in GitHub Desktop.
Save pareshchouhan/79c511301137fdb2a961 to your computer and use it in GitHub Desktop.
npm install -g tsd
tsd init
tsd query jquery
tsd install jquery --save
tsd query three
tsd install three --save
include "/// <reference path="typings/tsd.d.ts" />" on top of every file you want auto complete.
more packages here https://github.com/borisyankov/DefinitelyTyped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment