typescript-compiler-exposed
v0.1.1
Published
Tiny wrapper to expose the TypeScript namespace and BatchCompiler class.
Downloads
6
Readme
typescript-compiler-exposed
Description
Exposes the TypeScript command line compiler to your code.
Usage
var TypeScript = require('typescript-compiler-exposed');
TypeScript.compile(['a.ts', 'b.ts'], ['--out', 'out.js']);
Credits
Inspired by typescript-wrapper