Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 321 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 321 Bytes

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