mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-02-01 16:47:23 +00:00
14 lines
278 B
Plaintext
14 lines
278 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"targets": {
|
|
"node": "8.9.0"
|
|
}
|
|
}]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-export-default-from",
|
|
"@babel/plugin-proposal-export-namespace-from",
|
|
"@babel/plugin-proposal-object-rest-spread"
|
|
]
|
|
} |