1
0
mirror of https://github.com/LAB-MI/attestation-couvre-feu-covid-19.git synced 2020-11-18 19:53:51 -08:00
2020-10-17 10:48:33 +02:00

11 lines
142 B
Plaintext

{
"presets": [
"@babel/preset-env"
],
"plugins": [
["@babel/plugin-transform-runtime", {
"regenerator": true
}]
]
}