14 lines
177 B
Plaintext
14 lines
177 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"airbnb",
|
||
|
{
|
||
|
"targets": {
|
||
|
"node": 4
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"plugins": ["@babel/plugin-transform-flow-strip-types"]
|
||
|
}
|