mirror of
https://github.com/ruilisi/fortune-sheet.git
synced 2025-01-05 10:27:04 +08:00
18 lines
267 B
JSON
18 lines
267 B
JSON
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"chrome": 100,
|
|
"safari": 15,
|
|
"firefox": 91
|
|
}
|
|
}
|
|
],
|
|
"@babel/preset-flow",
|
|
"@babel/preset-typescript",
|
|
"@babel/preset-react"
|
|
]
|
|
}
|