Skip to content

Instantly share code, notes, and snippets.

@dchima
Created February 23, 2020 17:03
Show Gist options
  • Save dchima/d789d144c758454bf213a7d5e3e0f5a1 to your computer and use it in GitHub Desktop.
Save dchima/d789d144c758454bf213a7d5e3e0f5a1 to your computer and use it in GitHub Desktop.
babel config for typescript
{
"presets": [
"@babel/typescript",
"@babel/env"
],
"plugins": [
"@babel/proposal-class-properties",
"@babel/proposal-object-rest-spread"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment