1.0.2 • Published 3 years ago

@straw-hat/babel-preset-base v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@straw-hat/babel-preset-base

A Babel configuration for compiling libraries with TypeScript support out of the box.

Get Started

Installation

Install the dependency in your package.

yarn add -D @straw-hat/babel-preset-base

Configuration

Add the @straw-hat/base to your presets in your Babel configuration file.

{
  "presets": ["@straw-hat/base"]
}