chore(tsoa-setting): update to recursive path

This commit is contained in:
Methapon2001 2024-03-12 10:18:08 +07:00
parent f47601a356
commit 339ee19c3d

View file

@ -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,