1.1.4 • Published 1 year ago

tiny-ts-package-bundler v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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": [],
    ...
}
1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago