Is anyone using TypeScript with Sails? If so, what are you using for external declarations?
I am in the middle of a Sails application project and learned about TypeScri
from : https://github.com/balderdashy/sails Sails is built with node connect express and socket.io. This means that definition files for these libraries are what you need. All of these are available from the Definitive TypeScript definition repository : https://github.com/borisyankov/DefinitelyTyped.