Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@codiechanel/rollup-typescript-babel

codiechanel1MIT0.1.4TypeScript support: included

A sample setup using Rollup and Babel to build TypeScript code, and using TypeScript for type-checking.

readme

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