Skip to content

Instantly share code, notes, and snippets.

View nikhilJa1n's full-sized avatar
:octocat:
working

Nikhil Jain nikhilJa1n

:octocat:
working
  • bengaluru
View GitHub Profile
@nikhilJa1n
nikhilJa1n / README.md
Created July 11, 2019 07:13 — forked from rstacruz/README.md
Setting up Babel and TypeScript

Install Babel 7 and TypeScript

yarn add --dev \
  @babel/core \
  @babel/cli \
  @babel/preset-env \
  @babel/preset-typescript \
  typescript