Skip to content

Commit

Permalink
Update .babelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jan 7, 2022
1 parent fc4f607 commit 7b7529e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": [["@babel/preset-env", { "targets": { "node": "14" }, "useBuiltIns": "usage" }]],
"presets": [["@babel/preset-env", { "targets": { "node": "6" }, "useBuiltIns": "usage" }]],
"plugins": ["@babel/plugin-transform-flow-strip-types"]
}

0 comments on commit 7b7529e

Please sign in to comment.