mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
17 lines
227 B
Plaintext
17 lines
227 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"targets": {
|
||
|
"node": "10"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"@babel/preset-flow"
|
||
|
],
|
||
|
"plugins": [
|
||
|
["@babel/plugin-proposal-optional-chaining"]
|
||
|
]
|
||
|
}
|