kopia lustrzana https://github.com/wagtail/wagtail
19 wiersze
289 B
JSON
19 wiersze
289 B
JSON
|
{
|
||
|
"sourceType": "unambiguous",
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"targets": {
|
||
|
"chrome": 100,
|
||
|
"safari": 15,
|
||
|
"firefox": 91
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"@babel/preset-typescript",
|
||
|
"@babel/preset-react"
|
||
|
],
|
||
|
"plugins": []
|
||
|
}
|