Top "Tsd" questions

TSD is a package manager to search and install TypeScript definition files directly from the community driven DefinitelyTyped repository.

How should I use @types with TypeScript 2

So far we are used to tsd or (The better version of it) typings But now that TypeScript 2 offers the …

typescript tsd typescript-typings
"exclude" property of tsconfig.json is not being respected

I am working with the excellent Express/Node/Typescript example code found here. It transpiles the .ts code with the …

node.js typescript tsd
How to install express in typings?

I am trying to use expressjs in my app. After installing it using typings install express --ambient --save, I run …

typescript definitelytyped tsd
How to install .d.ts file from github:DefinitelyTypes using typings

I used tsd which is now deprecated and am trying to use typings. The typings repository is very small, and …

typescript definitelytyped tsd
Angular 2 - import of external leaflet typescript library

Im trying to import the a typescript leaflet library into my angular 2 application. This is my map component. Ive installed …

typescript angular tsd
tsd: install local definition file

I have a local node package written in TypeScript, which I want to use in my actual project. Using npm, …

typescript definitelytyped tsd
how do i install a listed typings?

I'm using a library with Typescript, and getting a compiler error. public/components/chatlogs.ts(25,19): error TS2304: Cannot find name …

typescript tsd
Custom paths for package managers like Nuget/npm/bower/typings

I'm setting up a project in Visual Studio based on AngularJS and Typescript and it's a bit discouraging that I …

npm bower bower-install npm-install tsd