nope/nopeconfig.json

17 lines
600 B
JSON
Raw Normal View History

{
"dispatcher": {
"inputDir": "./test/*.ts",
2020-09-01 15:48:07 +00:00
"outputDir": "./resources/backend-api",
2020-08-25 10:50:17 +00:00
"pathToClientTemplate": "./lib/templates/clientInterface.handlebars",
"pathToInterfaceTemplate": "./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/",
"pathToSchemaTemplate": "./lib/templates/schema.handlebars",
"pathToApiTemplate": "./lib/templates/openApiSchema.handlebars",
"tsConfigFilePath": "./tsconfigBackend.json"
}
}