mirror of
https://github.com/danog/madelineTon.js.git
synced 2024-11-30 04:19:04 +01:00
9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
"@babel/preset-env"
|
||
|
],
|
||
|
"plugins": [
|
||
|
"@babel/plugin-proposal-class-properties",
|
||
|
"@babel/plugin-transform-runtime"
|
||
|
]
|
||
|
}
|