EmbarkJS/.babelrc

10 lines
153 B
Plaintext
Raw Normal View History

2018-07-06 15:11:06 +00:00
{
"compact": false,
"presets": [
["@babel/env", {"targets": {"node": "8.11.3"}}]
2018-07-06 15:11:06 +00:00
],
"plugins": [
"@babel/plugin-transform-runtime"
]
}