A Broccoli pluin to compile TypeScript
npm install --save-dev broccoli-typescript
const broccoliTypeScript = require('broccoli-typescript');
compileTypeScript(tree, options);
const broccoliTypeScript = require('broccoli-typescript');
Type: String
Default: Build target directory
Output compiled files to the directory.
Type: String
Concatenate and write compilation results to a single file. When this option is specified, the outDir
option is ignored.
Note: Both outDir
option and out
option are treated as relative paths from build target directory.
And besides, all options for ts-compiler are available.
ISC License © 2018 Shinnosuke Watanabe