Skip to content

Integrating with NodeJS

Steve4448 edited this page Oct 19, 2014 · 2 revisions

You can boot/load a TypeScript file in JavaScript is to require typeinclude and include your TypeScript file:

var typeinclude = require("typeinclude");
typeinclude("index.ts");
Clone this wiki locally