README.md
March 9, 2016 ยท View on GitHub
TypeScript compiler for Meteor 
Exports two symbols:
-
TypeScriptCompiler- a compiler to be registered usingregisterBuildPluginto compile TypeScript files. -
TypeScript- an object withcompilemethod. UseTypeScript.compile(source, options)to compile with preset options.