mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
Add tslib to installation instructions (#253)
* Add tslib to installation instructions for yarn
This commit is contained in:
parent
8d0d49c063
commit
91846974dc
@ -16,9 +16,9 @@ This version is somewhat slower than original, but it will print out typescript
|
||||
|
||||
```bash
|
||||
# with npm
|
||||
npm install rollup-plugin-typescript2 typescript --save-dev
|
||||
npm install rollup-plugin-typescript2 typescript tslib --save-dev
|
||||
# with yarn
|
||||
yarn add rollup-plugin-typescript2 typescript --dev
|
||||
yarn add rollup-plugin-typescript2 typescript tslib --dev
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user