basarat/typescript-collections

building the library...

datumgeek opened this issue ยท 1 comments

this library is fantastic ๐Ÿ˜„

i copied the structure for a project i'm working on.

i noticed that in the package.json, none of the commands run tsd install, but i had to do the following to get npm run all to work without errors:

npm install -g tsd
tsd install

That's right. It's the correct way as per in README.md

Closing this because of old age. If the issue persists, please let me know.