I'm hoping to find a .d.ts file for both Node and Express, which would enable Intellisense, in typescript. So far, I've tried using a Node.d.ts file provided here:
https://github.com/borisyankov/DefinitelyTyped/tree/master/node
But enabliing this file throws a lot of "file not found" errors in Webstorm, for files like "crypto" "net" and "stream" I'm not sure where to find these. They don't seem to be available on Github.
--EDIT--
Errors have somehow changed on their own and now I'm seeing errors for functions "write" and "listen". So farmy program runs, but its troublesome to have the errors.
I'm coding in webstorm.