Fixed server type generation command not working

This commit is contained in:
Dev 2024-04-21 16:23:39 +01:00
parent 00691becd1
commit e3bb1932ff

View File

@ -27,7 +27,7 @@
"run:build": "gulp run:build", "run:build": "gulp run:build",
"run:debug": "gulp run:debug", "run:debug": "gulp run:debug",
"run:profiler": "gulp run:profiler", "run:profiler": "gulp run:profiler",
"gen:types": "tsc -p tsconfig.typedef.json", "gen:types": "tsc -p tsconfig.typedef.json --resolveJsonModule",
"gen:docs": "typedoc --options ./typedoc.json --entryPointStrategy expand ./src" "gen:docs": "typedoc --options ./typedoc.json --entryPointStrategy expand ./src"
}, },
"dependencies": { "dependencies": {