@codiechanel/ui-library
v0.1.13
Published
A sample setup using Rollup and Babel to build TypeScript code, and using TypeScript for type-checking.
Readme
// "browser": "dist/rollup-plugin-babel.iife.js",
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"presets": [
[
"@babel/preset-env",
{
"bugfixes": true,
"useBuiltIns": "entry",
"corejs": 3,
"modules": "commonjs",
"loose": true
}
],