V2: Remap many stuff

Took 3 hours 0 minutes
This commit is contained in:
2023-01-23 23:56:39 +01:00
parent 58a3df8111
commit c9a0ac68c4
32 changed files with 559 additions and 653 deletions

14
typedoc.json Normal file
View File

@ -0,0 +1,14 @@
{
"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"
}