chore(tsoa-setting): update to recursive path
This commit is contained in:
parent
f47601a356
commit
339ee19c3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue