mirror of
https://github.com/checkly/headless-recorder.git
synced 2021-07-28 02:03:42 +03:00
8 lines
120 B
Plaintext
8 lines
120 B
Plaintext
{
|
|
"presets": [ "es2015", "stage-0"],
|
|
"plugins": [
|
|
"transform-runtime",
|
|
"transform-object-rest-spread"
|
|
]
|
|
}
|