mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-01 03:48:04 +00:00
16 lines
213 B
JSON
16 lines
213 B
JSON
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"edge": "17",
|
|
"firefox": "60",
|
|
"chrome": "67",
|
|
"safari": "11.1"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|