edms2023/public/global/.babelrc

14 lines
186 B
Plaintext
Raw Permalink Normal View History

2023-09-14 20:59:46 +00:00
{
"presets": [
["env", {
"targets": {
"node": "current"
}
}]
],
"plugins": [
"transform-object-rest-spread",
"transform-class-properties"
]
}