/typescript-compiler

TypeScript Compilers for Meteor

Primary LanguageJavaScript

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.