mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", { "targets": { "node": "12" } }],
|
|
"@babel/preset-typescript",
|
|
"@babel/preset-react"
|
|
],
|
|
"plugins": []
|
|
}
|