0.0.4 • Published 9 years ago

typescript-support-brunch v0.0.4

Weekly downloads
18
License
-
Repository
github
Last release
9 years ago

typescript-support-brunch

An up-to-date typescript compiler plugin for brunch. Based on typescript-compiler.

Installation

npm install --save typescript-support-brunch

Configuration

You can set compiler options by using the tscArgs property:

plugins:
  Typescript:
    tscArgs: "--module commonjs"