@takumus/typescript-library-template
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

What is this?

I recommend you to use tslib-cli because this is a template for tslib-cli.

Usage

Build

npm run build

buildSettings.buildMode

paralell

You can run a build fast because it is going to build cjs/esm/browser/d.ts at the same time.
If you have any troubles with paralell build mode, it might be better to try serial build mode.
Paralell build mode is a default setting.

serial

It runs a build in serial. When you use serial build mode, it slows down, but it might be more stable than using paralell build mode.

I forked this pretty damn cool repository.

https://github.com/a-tarasyuk/rollup-typescript-babel

Readme

Keywords

none

Package Sidebar

Install

npm i @takumus/typescript-library-template

Weekly Downloads

4

Version

1.0.7

License

MIT

Unpacked Size

10.5 kB

Total Files

16

Last publish

Collaborators

  • takumus