Skip to content

Commit

Permalink
Add installation (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb authored and ezolenko committed Sep 27, 2018
1 parent 05779f6 commit 4d8c85f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -12,6 +12,15 @@ This is a rewrite of original rollup-plugin-typescript, starting and borrowing f

This version is somewhat slower than original, but it will print out typescript syntactic and semantic diagnostic messages (the main reason for using typescript after all).

## Installation

```bash
# with npm
npm install rollup-plugin-typescript2 typescript --save-dev
# with yarn
yarn add rollup-plugin-typescript2 typescript --dev
```

## Usage

```js
Expand Down

0 comments on commit 4d8c85f

Please sign in to comment.