Skip to content

Commit 9184697

Browse files
Add tslib to installation instructions (#253)
* Add tslib to installation instructions for yarn
1 parent 8d0d49c commit 9184697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ This version is somewhat slower than original, but it will print out typescript
1616

1717
```bash
1818
# with npm
19-
npm install rollup-plugin-typescript2 typescript --save-dev
19+
npm install rollup-plugin-typescript2 typescript tslib --save-dev
2020
# with yarn
21-
yarn add rollup-plugin-typescript2 typescript --dev
21+
yarn add rollup-plugin-typescript2 typescript tslib --dev
2222
```
2323

2424
## Usage

0 commit comments

Comments
 (0)