diane-fileserver/typedoc.json

12 lines
278 B
JSON

{
// Comments are supported, like tsconfig.json
"entryPoints": [
"src/index.ts",
"src/api/v1/app/app.controller.ts",
"src/middlewares/currentUser.middleware.ts"
],
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/*.test.ts", "dist"],
"out": "docs"
}