nope/nopeconfig.json
2020-11-05 18:02:29 +01:00

19 lines
809 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"
}
}