Wednesday 27 April 2016

Node app with TypeScript / Typings

So I've written a node app using a lot of new ES6 features, and it was a lot of fun. I then discovered TypeScript, and it looks like just what I want.Are there any up-to-date guides describing how to setup a node app using TypeScript? I'm not looking for TypeScript language tutorials... as I understand TS requires definition files, and there's a new system out there to fetch them (typings). With pure JS you just need to define your node modules in package.json, but with TS and definition files... how do I manage those within my project and my build system?The only examples I've found use tsd instead of typings.

Submitted April 27, 2016 at 11:24PM by DigitalDolt

No comments:

Post a Comment