mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 05:32:18 +00:00
13 lines
177 B
Text
13 lines
177 B
Text
{
|
|
"presets": [
|
|
[
|
|
"airbnb",
|
|
{
|
|
"targets": {
|
|
"node": 4
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"plugins": ["@babel/plugin-transform-flow-strip-types"]
|
|
}
|