CyberChef/.babelrc
2016-11-29 18:35:18 +00:00

16 lines
279 B
Text

{
"env": {
"test": {
"plugins": ["istanbul"]
}
},
"plugins": ["transform-runtime"],
"presets": [
["env", {
"targets": {
"node": "current"
}
}]
],
"sourceMaps": "inline"
}