{ "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" } }