Skip to content

Instantly share code, notes, and snippets.

@ChrisBriggsy
Created August 25, 2015 02:25
Show Gist options
  • Save ChrisBriggsy/7ca0463ae47890ddcd63 to your computer and use it in GitHub Desktop.
Save ChrisBriggsy/7ca0463ae47890ddcd63 to your computer and use it in GitHub Desktop.
Gulp 101 - Automatically update your TypeScript definitions in Visual Studio 2015 - 4. Write the Configuration file for tsd
{
"version": "v4",
"repo": "borisyankov/DefinitelyTyped",
"ref": "master",
"path": "typings",
"bundle": "typings/tsd.d.ts",
"installed": {
"angularjs/angular.d.ts": {
"commit": "c5a2f44bab06cf9f2bcc14530171daac1cebff6c"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment