nope/nopeconfig.json

19 lines
806 B
JSON
Raw Normal View History

{
"dispatcher": {
"inputDir": "./test/*.ts",
2020-09-01 15:48:07 +00:00
"outputDir": "./resources/backend-api",
2020-09-08 08:46:52 +00:00
"pathToClassInterfaceTemplate": "./lib/templates/backendClassInterface.handlebars",
"pathToFunctionInterfaceTemplate": "./lib/templates/backendFunctionInterface.handlebars",
"pathToBackendInterfaceTemplate": "./lib/templates/backendInterface.handlebars",
"tsConfigFilePath": "./tsconfigBackend.json"
},
"openapi": {
"inputDir": "./test/*.ts",
2020-08-25 08:32:46 +00:00
"outputDir": "./open-api/backend",
"tempDir": "./temp/",
2020-09-07 21:22:49 +00:00
"pathToClassSchemaTemplate": "./lib/templates/classSchema.handlebars",
"pathToFunctionSchemaTemplate": "./lib/templates/functionSchema.handlebars",
"pathToApiTemplate": "./lib/templates/openApiSchema.handlebars",
"tsConfigFilePath": "./tsconfigBackend.json"
}
}