2022-10-24 16:59:57 +11:00

13 lines
152 B
Plaintext

{
"presets": [
"next/babel",
[
"@babel/preset-env",
{
"targets": {
"chrome": "100"
}
}
]
]
}