itender/typedoc.json
Tobias Hopp c9a0ac68c4 V2: Remap many stuff
Took 3 hours 0 minutes
2023-01-23 23:56:39 +01:00

15 lines
285 B
JSON

{
"entryPoints": [
"src/main.ts",
"src/iTender.ts",
"src/web/main.ts",
"src/WebsocketApp.ts",
"src/App.ts",
"src/routes/ws/websocketRoute.ts"
],
"out": "docs/",
"readme": "README.md",
"name": "iTender Documentation",
"tsconfig": "./tsconfig.json"
}