clipboard.js/.babelrc.json

12 lines
132 B
JSON

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