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
- Host: GitHub
- URL: https://github.com/pb82/typescript-support-brunch
- Owner: pb82
- License: mit
- Created: 2015-05-14T19:26:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T17:36:19.000Z (almost 11 years ago)
- Last Synced: 2025-02-25T10:50:10.566Z (over 1 year ago)
- Language: JavaScript
- Size: 147 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```