osu-spotify-yt-rest/.babelrc

10 lines
155 B
Plaintext
Raw Permalink Normal View History

2022-02-03 17:46:51 +00:00
{
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-transform-runtime",
"@babel/plugin-proposal-export-default-from"
]
}