openapi-typescript-codegen/babel.config.json
2022-05-31 18:49:25 +02:00

19 lines
323 B
JSON

{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "12"
}
}
],
[
"@babel/preset-typescript",
{
"onlyRemoveTypeImports": true
}
]
]
}