25 lines
668 B
JSON
25 lines
668 B
JSON
{
|
|
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
|
|
"spaces": 2,
|
|
"generator-cli": {
|
|
"version": "6.6.0",
|
|
"generators": {
|
|
"typescript": {
|
|
"generatorName": "typescript",
|
|
"output": "../oas/",
|
|
"glob": "../swagger.json",
|
|
"removeOperationIdPrefix": true,
|
|
"templateDir": "../templates/",
|
|
"skipValidateSpec": true,
|
|
"additionalProperties": {
|
|
"npmName": "ai-oas",
|
|
"npmVersion": "1.0.0",
|
|
"withInterfaces": true,
|
|
"platform": "browser",
|
|
"framework": "fetch-api",
|
|
"supportsES6": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |