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