Socket
Book a DemoInstallSign in
Socket

@medly/babel-config

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medly/babel-config

Basic babel config for simple ts library

latest
npmnpm
Version
0.1.4
Version published
Maintainers
2
Created
Source

Babel Config

What is Babel ?

Babel is a toolchain that is mainly used to convert ECMAScript 2015+ code into a backwards compatible version of JavaScript in current and older browsers or environments.

Shared Babel config

Install

yarn add -D @medly/babel-config

Usage

Add below code in your package.json

{
 "babel": {
  "extends": "@medly/babel-config"
 }
}

Keywords

Medly

FAQs

Package last updated on 31 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts