0.0.3 • Published 2 years ago

eslibc v0.0.3

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

Introduction

One simple js/ts library build toolkit base on esbuild, compiler works just like tsc respect to tsconfig.json compilerOptions, no other configuration file needed.

  • zero configuration file.
  • very very fast(base on esbuild).
  • support use tsconfig paths config as path mapping.
  • support bundle all typescript declaration file into one.

Installation

# install by npm
$npm install --save-dev eslibc
# install by pnpm
$pnpm add --save-dev eslibc
# install by yarn
$yarn add --save-dev eslibc

Usage

  1. build
  2. dev
  3. clean
  4. dts