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:
parent
a821f1caba
commit
c334855919
@ -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"
|
||||
},
|
||||
|
@ -1,6 +0,0 @@
|
||||
{
|
||||
"$schema": "https://typedoc.org/schema.json",
|
||||
"sort": ["source-order"],
|
||||
"media": "media",
|
||||
"basePath": "server-docs"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user