From 4d8c85f0984a9265b62b61a6b7a35e4be81444d1 Mon Sep 17 00:00:00 2001 From: Luca Ban Date: Fri, 28 Sep 2018 02:28:04 +0900 Subject: [PATCH] Add installation (#116) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 350fa70..8d002e7 100644 --- a/README.md +++ b/README.md @@ -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