clipboard.js/.babelrc.json
2021-03-18 14:41:50 -03:00

12 lines
132 B
JSON

{
"presets": [
[
"@babel/env",
{
"forceAllTransforms": true,
"modules": false
}
]
]
}