2
0
mirror of https://github.com/esiur/esiur-js.git synced 2026-05-03 01:08:43 +00:00
Files
2023-06-23 23:14:02 +03:00

13 lines
185 B
Plaintext

{
"presets": [
[
"@babel/preset-env"
]
],
"plugins": [
["@babel/plugin-transform-runtime", {
"regenerator": true
}]
]
}