If you install d.ts files using external package manager, such as TSD, you'll get the files on disk but they aren't part of project.
Include in Project
Result: Files added with Build Action: Content
Expected: Files added with Build Action: TypeScriptCompile
Include in Project
Result: Files added with Build Action: Content
Expected: Files added with Build Action: TypeScriptCompile