mirror of
https://github.com/LAB-MI/attestation-couvre-feu-covid-19.git
synced 2020-11-18 19:53:51 -08:00
11 lines
142 B
Plaintext
11 lines
142 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-env"
|
|
],
|
|
"plugins": [
|
|
["@babel/plugin-transform-runtime", {
|
|
"regenerator": true
|
|
}]
|
|
]
|
|
}
|