mirror of
https://github.com/basecamp/trix.git
synced 2026-05-17 12:00:38 +00:00
15 lines
206 B
JSON
15 lines
206 B
JSON
{
|
|
"presets": [
|
|
["@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"chrome": "80",
|
|
"safari": "12.1",
|
|
"edge": "80",
|
|
"firefox": "88"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|