2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-05-06 04:22:58 +00:00
esiur-js/.babelrc
2020-01-14 02:40:13 +03:00

6 lines
101 B
Plaintext

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