@foray1010/babel-preset

12.0.2 • Public • Published

@foray1010/babel-preset

Installation

  1. Install peer dependencies

    for app (type checking only):

    yarn add -E @babel/runtime core-js

    for library (type checking and generate typings):

    yarn add @babel/runtime
  2. yarn add -DE @babel/core @foray1010/babel-preset

  3. Create an .babelrc.mjs in the project root

    const config = {
      presets: ['@foray1010/babel-preset'],
    }
    export default config

Readme

Keywords

none

Package Sidebar

Install

npm i @foray1010/babel-preset

Weekly Downloads

34

Version

12.0.2

License

MIT

Unpacked Size

24.4 kB

Total Files

6

Last publish

Collaborators

  • foray1010