1.0.7 • Published 3 years ago

@takumus/typescript-library-template v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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

1.0.7

3 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago