Skip to content

Commit

Permalink
refactor: setup babel configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkerd committed Jun 5, 2021
1 parent dbd73bd commit 8dc269a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
}

0 comments on commit 8dc269a

Please sign in to comment.