mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
19 lines
323 B
JSON
19 lines
323 B
JSON
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": "12"
|
|
}
|
|
}
|
|
],
|
|
[
|
|
"@babel/preset-typescript",
|
|
{
|
|
"onlyRemoveTypeImports": true
|
|
}
|
|
]
|
|
]
|
|
}
|