This commit is contained in:
Michael Bradley, Jr 2018-07-06 10:11:06 -05:00
parent 4036ce49bc
commit 9fa3c5df47
1 changed files with 9 additions and 0 deletions

9
.babelrc Normal file
View File

@ -0,0 +1,9 @@
{
"compact": false,
"presets": [
["@babel/preset-env", {"targets": {"node": "8.11.3"}}]
],
"plugins": [
"@babel/plugin-transform-runtime"
]
}