2.0.1 • Published 2 years ago

@choseohwan/babel-preset-base v2.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@choseohwan/babel-preset-base

babel base preset for SeoHwan Cho's project

Install

npm

npm install @choseohwan/babel-preset-base @babel/core typescript --save-dev

yarn

yarn add @choseohwan/babel-preset-base @babel/core typescript -D

Usage

Make babel.config.js file in the root directory of packages.

babel.config.js

module.exports = {
    "presets": [
        "@choseohwan/babel-preset-base"
    ]
}