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
This package includes the Babel preset used by tsbb.
Install
npm i @tsbb/babel-preset-tsbbUsage 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"]
}
}]
]
}