Rollup-TypeScript-Babel

October 21, 2018 ยท View on GitHub

This is sample repository demonstrates how to use Rollup, TypeScript and Babel

Building the repo

npm run build

Building only types

npm run build:types

Type-Checking the repo

npm run type-check

And to run in --watch mode:

npm run type-check:watch

Contents

  1. 1Building the repo
  2. 2Building only types
  3. 3Type-Checking the repo