24 lines
622 B
JSON
24 lines
622 B
JSON
{
|
|
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
|
|
"spaces": 2,
|
|
"generator-cli": {
|
|
"version": "7.2.0",
|
|
"generators": {
|
|
"typescript-angular-clean": {
|
|
"generatorName": "typescript-angular",
|
|
"output": "./.temp-generated",
|
|
"glob": "**/*",
|
|
"additionalProperties": {
|
|
"ngVersion": "17.0.0",
|
|
"modelPropertyNaming": "camelCase",
|
|
"supportsES6": true,
|
|
"withInterfaces": true,
|
|
"providedInRoot": false,
|
|
"npmName": "api-client",
|
|
"npmVersion": "1.0.0"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|