Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 403 Bytes

File metadata and controls

22 lines (15 loc) · 403 Bytes

@straw-hat/babel-preset-base

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

How-to Guides

Get Started

  1. Install the dependency in your package.

    yarn add -D @straw-hat/babel-preset-base
  2. Add the @straw-hat/base to your presets in your Babel configuration file.

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