mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-23 05:59:44 +00:00
24 lines
615 B
JSON
24 lines
615 B
JSON
{
|
|
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
|
|
"spaces": 2,
|
|
"generator-cli": {
|
|
"version": "5.2.1",
|
|
"generators": {
|
|
"axios": {
|
|
"generatorName": "typescript-axios",
|
|
"glob": "openapi.json",
|
|
"output": "#{cwd}/src/generated-client",
|
|
"additionalProperties": {
|
|
"supportsES6": true,
|
|
"useSingleRequestParameter": true,
|
|
"withSeparateModelsAndApi": true,
|
|
"apiDocs": true,
|
|
"apiPackage": "api",
|
|
"modelDocs": true,
|
|
"modelPackage": "models"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|