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
A Broccoli plugin which compiles TypeScript files.
How to install?
$ npm install broccoli-typescript-compiler --save-devHow to use?
In your Brocfile.js:
var tsTranspiler = require('broccoli-typescript-compiler');
var scriptTree = tsTranspiler(inputTree);