TSD is deprecated, you could use Typings in the same way (https://github.com/typings/typings).
And in case the d.ts file is not in the repository that Typings could reach, you could copy and paste it to typings/ folder and add a reference from the tsd.d.ts and it should work.