0.1.4 • Published 5 years ago
@codiechanel/rollup-typescript-babel v0.1.4
Rollup-TypeScript-Babel
This is sample repository demonstrates how to use Rollup, TypeScript and Babel
Building the repo
npm run buildBuilding only types
npm run build:typesType-Checking the repo
npm run type-checkAnd to run in --watch mode:
npm run type-check:watch