Files
openapi-clean-arch-gen/openapitools.json
Blas Santome Ocampo 5ff88d8cf6 first commit
2026-03-23 09:35:15 +01:00

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"
}
}
}
}
}