Fixed server type generation command not working
This commit is contained in:
parent
00691becd1
commit
e3bb1932ff
@ -27,7 +27,7 @@
|
||||
"run:build": "gulp run:build",
|
||||
"run:debug": "gulp run:debug",
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user