nope/nopeconfig.json
2020-09-08 10:46:52 +02:00

19 lines
806 B
JSON

{
"dispatcher": {
"inputDir": "./test/*.ts",
"outputDir": "./resources/backend-api",
"pathToClassInterfaceTemplate": "./lib/templates/backendClassInterface.handlebars",
"pathToFunctionInterfaceTemplate": "./lib/templates/backendFunctionInterface.handlebars",
"pathToBackendInterfaceTemplate": "./lib/templates/backendInterface.handlebars",
"tsConfigFilePath": "./tsconfigBackend.json"
},
"openapi": {
"inputDir": "./test/*.ts",
"outputDir": "./open-api/backend",
"tempDir": "./temp/",
"pathToClassSchemaTemplate": "./lib/templates/classSchema.handlebars",
"pathToFunctionSchemaTemplate": "./lib/templates/functionSchema.handlebars",
"pathToApiTemplate": "./lib/templates/openApiSchema.handlebars",
"tsConfigFilePath": "./tsconfigBackend.json"
}
}