1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2025-01-23 11:45:21 +02:00
factorio-sites/apps/blueprints/babel-jest.config.json
2020-10-16 19:37:34 +02:00

15 lines
196 B
JSON

{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
],
"@babel/preset-typescript",
"@babel/preset-react"
]
}