CyberChef/.babelrc

17 lines
279 B
Text
Raw Normal View History

2016-11-28 23:58:14 +00:00
{
"env": {
"test": {
"plugins": ["istanbul"]
}
},
"plugins": ["transform-runtime"],
"presets": [
["env", {
"targets": {
"node": "current"
}
}]
],
"sourceMaps": "inline"
}