I am trying to get my first TypeScript and DefinitelyTyped Node.js application up and running, and running into some errors.
I am getting the error \"TS2304: Cannot
Just in addition to cgatian's answer, for TypeScript 1.x
If you are still seeing errors, please specifically provide index.d.ts in your compiler options.
"files": [ "typings/index.d.ts" ]