mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-21 18:09:02 +01:00
b7d2618d93
Co-authored-by: Sage Abdullah <sage.abdullah@torchbox.com>
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": []
|
|
}
|