Skip to content

Instantly share code, notes, and snippets.

View chuckhacker's full-sized avatar

PikaHacker chuckhacker

View GitHub Profile
@chuckhacker
chuckhacker / .babelrc
Created September 13, 2017 12:55 — forked from esamattis/.babelrc
Typescript type stripping with Babel 7 using few extra Babel plugins
{
"presets": [
"typescript",
"react",
[
"env",
{
"targets": {
"uglify": true
}