sbjw
2025-08-28 abbf6c96a71f9ba9ab853a3adceac41b79cb7695
1
2
3
4
5
6
7
8
9
{
    "presets": [
        "@babel/preset-env",
        "@babel/preset-react"
    ],
    "plugins": [
        "@babel/plugin-transform-runtime"
    ]
}