15 lines
285 B
JSON
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"
|
|
}
|