mirror of
https://github.com/esiur/esiur-js.git
synced 2025-05-06 12:32:58 +00:00
11 lines
243 B
Plaintext
11 lines
243 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env", { "useBuiltIns": "entry" }
|
|
]
|
|
],
|
|
"plugins": [
|
|
["@babel/transform-runtime"],
|
|
["@babel/plugin-proposal-class-properties", { "loose": true }]
|
|
]
|
|
} |