tiny-ts-package-bundler
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

tinyTS-package-bundler

Tiny tool kit to build your typescript project, powered by tsup.

Advantage of tiny-ts-package-bundler?

its support for generating js in commonjs and es module, global declaration files, and a package.json file that contains most of the information for repositories.

Installation

npm i tiny-ts-package-bundler --save

Recommend you use pnpm:

pnpm add tiny-ts-package-bundler

Usage

powered by tsup so default target is node16 if you want to change build target please configure in package.json file as below: For more configuration options, please see the API docs.

{
    "name": "your application name",
    "version": "x.x.x",
    "tinyTsPkgBundler": {
        "platform": "browser",
        "target": "es5"
    },
    // "install": "tiny-ts-package-bundler",
    "prepublishOnly": "tiny-ts-package-bundler",
    "keywords": [],
    ...
}

Package Sidebar

Install

npm i tiny-ts-package-bundler

Weekly Downloads

211

Version

1.1.4

License

MIT

Unpacked Size

11.1 kB

Total Files

7

Last publish

Collaborators

  • herewardieh