I am using TSD to manage the TypeScript definition files for a web application I am developing.
Should I check the TypeScript definition files for the external libraries I am using (managed via Bower) into git in addition to the tsd.json
file?
Similar discussions exist for Bower and NPM dependencies, where the NPM documentation says no, and afaik Bower no longer gives a recommendation (used to say yes).
The definition files are quite lightweight, so I am leaning towards checking them in. Any opinions?