Add installation (#116)

This commit is contained in:
Luca Ban 2018-09-28 02:28:04 +09:00 committed by Eugene Zolenko
parent 05779f671e
commit 4d8c85f098

View File

@ -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