12 lines
268 B
JSON
12 lines
268 B
JSON
{
|
|
"entryFile": "src/index.ts",
|
|
"noImplicitAdditionalProperties": "ignore",
|
|
"controllerPathGlobs": ["src/**/*.Controller.ts"],
|
|
"spec": {
|
|
"outputDirectory": "build",
|
|
"specVersion": 3
|
|
},
|
|
"routes": {
|
|
"routesDir": "build"
|
|
}
|
|
} |