mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
15 lines
186 B
Plaintext
15 lines
186 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": 4
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-runtime"
|
|
]
|
|
} |