nope/nopeconfig.json
2020-08-25 12:50:17 +02:00

17 lines
590 B
JSON

{
"dispatcher": {
"inputDir": "./test/*.ts",
"outputDir": "./backend-api",
"pathToClientTemplate": "./lib/templates/clientInterface.handlebars",
"pathToInterfaceTemplate": "./lib/templates/backendInterface.handlebars",
"tsConfigFilePath": "./tsconfigBackend.json"
},
"openapi": {
"inputDir": "./test/*.ts",
"outputDir": "./open-api/backend",
"tempDir": "./temp/",
"pathToSchemaTemplate": "./lib/templates/schema.handlebars",
"pathToApiTemplate": "./lib/templates/openApiSchema.handlebars",
"tsConfigFilePath": "./tsconfigBackend.json"
}
}