mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
16 lines
201 B
Plaintext
16 lines
201 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"targets": {
|
||
|
"node": "12"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"plugins": [
|
||
|
["@babel/plugin-proposal-optional-chaining"]
|
||
|
]
|
||
|
}
|