first commit
This commit is contained in:
23
openapitools.json
Normal file
23
openapitools.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user