14 lines
177 B
Plaintext
Raw Normal View History

{
"presets": [
[
"airbnb",
{
"targets": {
"node": 4
}
}
]
],
"plugins": ["@babel/plugin-transform-flow-strip-types"]
}