Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 447 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 447 Bytes

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.