8 lines
123 B
JSON
8 lines
123 B
JSON
{
|
|
"presets": ["env"],
|
|
"plugins": [
|
|
"transform-member-expression-literals",
|
|
"transform-property-literals"
|
|
]
|
|
}
|