Skip to content

Commit

Permalink
#290 Add @babel/preset-typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
zaki-yama committed Feb 6, 2019
1 parent 6bc2578 commit 9b33c34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
"@babel/preset-react",
"@babel/preset-typescript"
],
"plugins": [
"@babel/plugin-proposal-object-rest-spread",
Expand Down

0 comments on commit 9b33c34

Please sign in to comment.