0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

Removes Typedoc (#1063)

### This depends on #1062

Actual changes in f940ac72b24951fae5abcf548e0a3d4c77640730

---------

Co-authored-by: Chomp <27521899+chompDev@users.noreply.github.com>
This commit is contained in:
Refringe 2025-01-09 16:54:12 -05:00 committed by GitHub
parent a821f1caba
commit c334855919
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 8 deletions

View File

@ -30,7 +30,6 @@
"run:profiler": "gulp run:profiler",
"type-check": "tsc -p tsconfig.debug.json",
"gen:types": "tsc -p tsconfig.types.json",
"gen:docs": "typedoc --options ./typedoc.json --entryPointStrategy expand ./src",
"gen:items": "tsx ./src/tools/ItemTplGenerator/ItemTplGeneratorProgram.ts",
"gen:productionquests": "tsx ./src/tools/ProductionQuestsGen/ProductionQuestsGenProgram.ts"
},
@ -74,7 +73,6 @@
"minimist": "1.2.8",
"resedit": "2.0.3",
"tsx": "4.19.2",
"typedoc": "~0.26",
"typescript": "5.7.3",
"vitest": "2.1.8"
},

View File

@ -1,6 +0,0 @@
{
"$schema": "https://typedoc.org/schema.json",
"sort": ["source-order"],
"media": "media",
"basePath": "server-docs"
}