0.3.0 • Published 9 years ago

gobble-typescript v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

gobble-typescript

Compile TypeScript files with gobble and TypeScript.

Installation

First, you need to have gobble installed - see the gobble readme for details. Then,

npm i -D gobble-typescript

Usage

var gobble = require( 'gobble' );
var ts = require( 'typescript' );

module.exports = gobble( 'src' ).transform( 'typescript', {

  target: ts.ScriptTarget.ES2015,
  module: ts.ModuleKind.ES2015,
  jsx: ts.JsxEmit.React,
});

License

MIT. Copyright 2015 Kevin Thompson

0.3.0

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago