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