2
0
mirror of https://github.com/esiur/esiur-js.git synced 2025-05-06 04:22:58 +00:00
esiur-js/.babelrc
2021-03-10 01:25:20 +03:00

11 lines
243 B
Plaintext

{
"presets": [
[
"@babel/preset-env", { "useBuiltIns": "entry" }
]
],
"plugins": [
["@babel/transform-runtime"],
["@babel/plugin-proposal-class-properties", { "loose": true }]
]
}