Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
bbbc8db711d3dd2d6474c46c4e6501f3efc453ff
/
.
/
examples
/
protocol_buffers
/
babel.config.js
blob: 04ffe279269c43bce9495c3fd94f5f02b5ba3b9e [
file
]
module
.
exports
=
{
presets
:
[
[
'@babel/preset-env'
,
{
targets
:
{
node
:
'current'
,
},
},
],
],
};