mirror of
https://github.com/outbackdingo/onvif2mqtt.git
synced 2026-01-27 10:19:48 +00:00
11 lines
195 B
Plaintext
11 lines
195 B
Plaintext
{
|
|
"presets": ["@babel/preset-env"],
|
|
"plugins": [
|
|
["@babel/plugin-transform-runtime",
|
|
{
|
|
"regenerator": true
|
|
}
|
|
],
|
|
"@babel/plugin-proposal-class-properties"
|
|
]
|
|
} |