insomnia/packages/insomnia-testing/.babelrc
Gregory Schier 5220d34a3a
Unit Test Generation and Running PoC (#2232)
Co-authored-by: Opender Singh <opender.singh@konghq.com>
2020-06-18 12:21:52 +12:00

17 lines
227 B
Plaintext

{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "10"
}
}
],
"@babel/preset-flow"
],
"plugins": [
["@babel/plugin-proposal-optional-chaining"]
]
}