@ts-engine/babel-preset-react

1.11.0 • Public • Published

ts-engine logo

@ts-engine/babel-preset-react

A babel preset for ts-engine with React support.

Documentation

Checkout the official docs over at https://ts-engine.dev.

Getting Started

Install the package

yarn add --dev @ts-engine/babel-preset @ts-engine/babel-preset-react

Create a babel config file

// .babel.config.js
module.exports = {
  presets: ["@ts-engine/babel-preset-react", "@ts-engine/babel-preset"],
};

This is applied automatically so you don't need to create this config file when you use the --react option.

Package Sidebar

Install

npm i @ts-engine/babel-preset-react

Weekly Downloads

49

Version

1.11.0

License

MIT

Unpacked Size

2.74 kB

Total Files

4

Last publish

Collaborators

  • ts-engine