(not sure if this is a problem for this project or the typescript for visual studio project)
This is the version on definitelytype.org: https://github.com/borisyankov/DefinitelyTyped/blob/master/node/node.d.ts
It's the one you will get using tsd. The main difference is that it declare a NodeJS module, and without it other .d.ts files downloaded using tsd give errors. (like gulp.d.ts for example)
This is the version on definitelytype.org: https://github.com/borisyankov/DefinitelyTyped/blob/master/node/node.d.ts
It's the one you will get using tsd. The main difference is that it declare a NodeJS module, and without it other .d.ts files downloaded using tsd give errors. (like gulp.d.ts for example)