forked from Alex/Pterodactyl-Panel
10 lines
209 B
Plaintext
10 lines
209 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-env"
|
|
],
|
|
"plugins": [
|
|
["@babel/plugin-proposal-object-rest-spread", { "useBuiltIns": true }],
|
|
"@babel/plugin-proposal-class-properties"
|
|
]
|
|
}
|