Skip to content

Commit

Permalink
add babel for jest
Browse files Browse the repository at this point in the history
  • Loading branch information
Agney committed Jun 22, 2020
1 parent 75e96d1 commit 23da8e3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions playground/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"presets": [
"@babel/preset-env",
"@babel/preset-react",
"@babel/preset-typescript"
]
}

0 comments on commit 23da8e3

Please sign in to comment.