mirror of
https://codeberg.org/spire/webrcon.git
synced 2026-06-03 17:24:07 +02:00
9 lines
104 B
Text
9 lines
104 B
Text
{
|
|
"presets": [
|
|
"es2015"
|
|
],
|
|
"plugins": [
|
|
"transform-class-properties",
|
|
"async-to-promises"
|
|
]
|
|
}
|