mirror of
https://github.com/danog/CodiceFiscaleJS.git
synced 2024-11-26 20:14:55 +01:00
8 lines
101 B
Plaintext
8 lines
101 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
["@babel/preset-env", {
|
||
|
"debug": true,
|
||
|
"modules": "cjs"
|
||
|
}]
|
||
|
]
|
||
|
}
|