mirror of
https://github.com/embarklabs/EmbarkJS.git
synced 2025-02-17 14:57:24 +00:00
10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
|
{
|
||
|
"compact": false,
|
||
|
"presets": [
|
||
|
["@babel/preset-env", {"targets": {"node": "8.11.3"}}]
|
||
|
],
|
||
|
"plugins": [
|
||
|
"@babel/plugin-transform-runtime"
|
||
|
]
|
||
|
}
|