tsd icon indicating copy to clipboard operation
tsd copied to clipboard

[DEPRECATED] TypeScript Definition manager for DefinitelyTyped

Results 81 tsd issues
Sort by recently updated
recently updated
newest added

Sometimes our daily build fails with an ENOENT error. tsd tries to open a cache file, which does not exists. [ERR!] Error: ENOENT, open 'C:\Users\***\AppData\Roaming\tsd-cache\borisyankov-DefinitelyTyped\git-raw-fmt1.0\fa\fac3185ed76eb7238c79967983952cc5224e8d36.raw' In package.json we added the...

bug

When launching my webapp with gulp serve, in task "start tsd" i got this error node_modules/tsd/build/http/CacheStreamLoader.js:180 throw new Error('flow error: http 304 but no local info on: ' + _this.request.url);...

I want to use a private repository for retrieving *.d.ts files. I couldn't get raw files from `https://raw.githubusercontent.com/{owner}/{project}`(got the login page). In this fix, raw files are read via API....

We are using "http" GitHub Enterprise repository for retrieving *.d.ts files. So I want to configure not only domain but also protocol of the repository.

The Typings project (https://github.com/typings/typings) has evolved and can currently consume DefinitelyTyped as a subset of the ecosystem. This improvement has effectively make TSD maintenance redundant and over time definitions should...

important notice

I am beginner to tsd, I tried to install angular-material using tsd through these commands : +tsd query angular +tsd query angular-material +tsd install angular angular-material --save However, as I...

I'm trying to install definitions in my usual way on npm, like "npm install --save something". ``` amphineko@amphineko-xwbp: ~/workspace/Rice % tsd install --save yargs -> running install >> written zero...