JSPM

  • Created
  • Published
  • Downloads 2407
  • Score
    100M100P100Q124064F
  • License MIT

A Broccoli plugin which compiles TypeScript files.

Package Exports

  • broccoli-typescript-compiler

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (broccoli-typescript-compiler) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

This is a work-in-progress.

broccoli-typescript-compiler

Build Status Build status

A Broccoli plugin which compiles TypeScript files.

How to install?

$ npm install broccoli-typescript-compiler --save-dev

How to use?

In your Brocfile.js:

var tsTranspiler = require('broccoli-typescript-compiler');
var scriptTree = tsTranspiler(inputTree);