typescript-support-brunch
v0.0.4
Published
Typescript compiler plugin for brunch
Downloads
3
Readme
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"