cultivationApp/node_modules/clipboard/.babelrc.json

12 lines
132 B
JSON
Raw Normal View History

2023-10-17 16:02:55 +08:00
{
"presets": [
[
"@babel/env",
{
"forceAllTransforms": true,
"modules": false
}
]
]
}