1.15.0 • Published 2 years ago

@tsbb/babel-preset-tsbb v1.15.0

Weekly downloads
221
License
MIT
Repository
github
Last release
2 years ago

@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"]
      }
    }]
  ]
}