@tsbb/babel-preset-tsbb
TypeScript icon, indicating that this package has built-in type declarations

1.15.0 • Public • Published

@tsbb/babel-preset-tsbb

Build Issues Forks Stars npm version

This package includes the Babel preset used by tsbb.

Install

npm i @tsbb/babel-preset-tsbb

Usage Outside of tsbb

If you want to use this Babel preset in a project not built with tsbb, you can install it with following steps.

First, install Babel.

{
  "presets": [
    ["@tsbb/babel-preset-tsbb", {
      "targets": {
        "browsers": ["last 2 versions"]
      }
    }]
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i @tsbb/babel-preset-tsbb

Weekly Downloads

23

Version

1.15.0

License

MIT

Unpacked Size

30.7 kB

Total Files

10

Last publish

Collaborators

  • wcjiang