JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 56
  • Score
    100M100P100Q84257F
  • License MIT

tsbb babel preset.

Package Exports

  • @tsbb/babel-preset-tsbb
  • @tsbb/babel-preset-tsbb/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@tsbb/babel-preset-tsbb) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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