0.0.5 • Published 5 years ago

iqbal-fe-ts-hehe v0.0.5

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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