Skip to content

Latest commit

 

History

History
executable file
·
27 lines (18 loc) · 343 Bytes

README.md

File metadata and controls

executable file
·
27 lines (18 loc) · 343 Bytes

Rollup-TypeScript-Babel

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