snt-gas-relay/gas-relayer/.babelrc

12 lines
166 B
Plaintext
Raw Normal View History

2018-08-06 13:18:30 +00:00
{
"plugins": [
"transform-object-rest-spread"
],
"presets": [
"stage-2"
],
"ignore": [
"config/",
"node_modules"
]
}