mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 16:16:20 +00:00
14 lines
153 B
Plaintext
14 lines
153 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": 12
|
|
},
|
|
"loose": true
|
|
}
|
|
]
|
|
]
|
|
}
|