mirror of
https://github.com/embarklabs/EmbarkJS.git
synced 2025-01-09 20:15:44 +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"
|
|
]
|
|
}
|