mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-22 01:47:25 +00:00
11 lines
167 B
Plaintext
11 lines
167 B
Plaintext
{
|
|
"plugins": [
|
|
"transform-strict-mode",
|
|
"transform-object-rest-spread",
|
|
"transform-class-properties"
|
|
],
|
|
"presets": [
|
|
"babel-preset-es2015"
|
|
]
|
|
}
|