9 lines
141 B
Plaintext
9 lines
141 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", {"targets": "defaults"}]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-flow-strip-types"
|
|
]
|
|
}
|