-
Notifications
You must be signed in to change notification settings - Fork 0
/
openapitools.json
42 lines (42 loc) · 1.38 KB
/
openapitools.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "6.6.0",
"generators": {
"typescriptCloudStub": {
"generatorName": "typescript-axios",
"output": "#{cwd}/src/generated/cloud/#{name}/",
"glob": "src/generated/specs/cloud/**/*.*",
"additionalProperties": {
"withInterfaces": true,
"typescriptThreePlus": true
},
"templateDir": "#{cwd}/resources/typescript-axios",
"typeMappings": "DateTime=Date"
},
"typescriptPremiseStub": {
"generatorName": "typescript-axios",
"output": "#{cwd}/src/generated/premise/#{name}/",
"glob": "src/generated/specs/premise/**/*.*",
"additionalProperties": {
"withInterfaces": true,
"typescriptThreePlus": true
},
"templateDir": "#{cwd}/resources/typescript-axios",
"typeMappings": "DateTime=Date"
},
"typescriptSaaSStub": {
"generatorName": "typescript-axios",
"output": "#{cwd}/src/generated/saas/#{name}/",
"glob": "src/generated/specs/saas/**/*.*",
"additionalProperties": {
"withInterfaces": true,
"typescriptThreePlus": true
},
"templateDir": "#{cwd}/resources/typescript-axios",
"typeMappings": "DateTime=Date"
}
}
}
}