Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devsht/babel-config

Reusable Babel config
https://github.com/devsht/babel-config

babel babel-preset config configs configuration configuration-files react reusability reusable styled-components typescript

Last synced: 13 days ago
JSON representation

Reusable Babel config

Awesome Lists containing this project

README

        

# @devsht/babel-config

Reusable Babel config with TypeScript & React support

## Installation

```
npm i -D @devsht/babel-config
```

or

```
yarn add --dev @devsht/babel-config
```

## Usage

Create a **babel.config.json** and add this package to the presets array.

```
{
"presets": ["@devsht/babel-config"]
}
```