mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2025-01-23 11:45:21 +02:00
15 lines
196 B
JSON
15 lines
196 B
JSON
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": "current"
|
|
}
|
|
}
|
|
],
|
|
"@babel/preset-typescript",
|
|
"@babel/preset-react"
|
|
]
|
|
}
|