Created
August 27, 2019 19:16
-
-
Save lomse/81d92957c77f12a6a003ebc67a4fc030 to your computer and use it in GitHub Desktop.
.babelrc for todos app with react hooks, typescript and redux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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