tsoa.json 263 B

123456789101112
  1. {
  2. "entryFile": "src/index.ts",
  3. "noImplicitAdditionalProperties": "throw-on-extras",
  4. "controllerPathGlobs": ["src/routes/api_*Controller.ts"],
  5. "spec": {
  6. "outputDirectory": "build",
  7. "specVersion": 3
  8. },
  9. "routes": {
  10. "routesDir": "build"
  11. }
  12. }