Importing node-modules with TypeScript

TypeScript needs to know that http is present.

Updated

Install the type definitinos for node:

npm install @types/node

Old answer

Follows these two steps

PS: See a sample test file : https://github.com/borisyankov/DefinitelyTyped/blob/master/node/node-tests.ts

Leave a Comment