| 123456789101112 |
- {
- "entryFile": "src/index.ts",
- "noImplicitAdditionalProperties": "throw-on-extras",
- "controllerPathGlobs": ["src/routes/api_*Controller.ts"],
- "spec": {
- "outputDirectory": "build",
- "specVersion": 3
- },
- "routes": {
- "routesDir": "build"
- }
- }
|