An open API service indexing awesome lists of open source software.

https://github.com/pb82/typescript-support-brunch

Typescript compiler plugin for brunch
https://github.com/pb82/typescript-support-brunch

Last synced: over 1 year ago
JSON representation

Typescript compiler plugin for brunch

Awesome Lists containing this project

README

          

typescript-support-brunch
=========================

An up-to-date typescript compiler plugin for brunch. Based on [typescript-compiler](https://www.npmjs.com/package/typescript-compiler).

Installation
------------

```
npm install --save typescript-support-brunch
```

Configuration
-------------

You can set compiler options by using the `tscArgs` property:

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