nope/nopeconfig.json
Martin Karkowski d325c07c6c Fixing Open-Api Creation.
Provinding Swagger UI.
2020-08-25 10:21:55 +02:00

16 lines
503 B
JSON

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