Skip to content

Instantly share code, notes, and snippets.

@lomse
Created August 27, 2019 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lomse/81d92957c77f12a6a003ebc67a4fc030 to your computer and use it in GitHub Desktop.
Save lomse/81d92957c77f12a6a003ebc67a4fc030 to your computer and use it in GitHub Desktop.
.babelrc for todos app with react hooks, typescript and redux
{
"presets": [
"@babel/preset-react",
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment