typescript-support-brunch
v0.0.4
Published
Typescript compiler plugin for brunch
Readme
typescript-support-brunch
An up-to-date typescript compiler plugin for brunch. Based on typescript-compiler.
Installation
npm install --save typescript-support-brunchConfiguration
You can set compiler options by using the tscArgs property:
plugins:
Typescript:
tscArgs: "--module commonjs"