mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-22 02:18:39 +01:00
19 lines
289 B
JSON
19 lines
289 B
JSON
|
{
|
||
|
"sourceType": "unambiguous",
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"targets": {
|
||
|
"chrome": 100,
|
||
|
"safari": 15,
|
||
|
"firefox": 91
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"@babel/preset-typescript",
|
||
|
"@babel/preset-react"
|
||
|
],
|
||
|
"plugins": []
|
||
|
}
|