README.md

March 9, 2016 ยท View on GitHub

TypeScript compiler for Meteor Build Status

Exports two symbols:

  • TypeScriptCompiler - a compiler to be registered using registerBuildPlugin to compile TypeScript files.

  • TypeScript - an object with compile method. Use TypeScript.compile(source, options) to compile with preset options.