diff --git a/tsoa.json b/tsoa.json index 588162ec..87fa35f9 100644 --- a/tsoa.json +++ b/tsoa.json @@ -1,7 +1,7 @@ { "entryFile": "src/app.ts", "noImplicitAdditionalProperties": "throw-on-extras", - "controllerPathGlobs": ["src/controllers/*Controller.ts"], + "controllerPathGlobs": ["src/controllers/**/*Controller.ts"], "spec": { "outputDirectory": "src", "specVersion": 3,