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",
|
"entryFile": "src/app.ts",
|
||||||
"noImplicitAdditionalProperties": "throw-on-extras",
|
"noImplicitAdditionalProperties": "throw-on-extras",
|
||||||
"controllerPathGlobs": ["src/controllers/*Controller.ts"],
|
"controllerPathGlobs": ["src/controllers/**/*Controller.ts"],
|
||||||
"spec": {
|
"spec": {
|
||||||
"outputDirectory": "src",
|
"outputDirectory": "src",
|
||||||
"specVersion": 3,
|
"specVersion": 3,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue