forked from Alex/Pterodactyl-Panel
9 lines
115 B
Plaintext
9 lines
115 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-env"
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-object-rest-spread"
|
|
]
|
|
}
|