mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-03 08:18:52 +02:00
* Bump all core/server packages to latest version Signed-off-by: Andrey Sobolev <haiodo@gmail.com> * Fix platform-rig Signed-off-by: Andrey Sobolev <haiodo@gmail.com> --------- Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
Note: if vscode fails to resolve docx4js.d.ts types the following fragment need to be added to compilerOptions in tsconfig.json
"typeRoots": [
"./src/type",
"./node_modules/@types"
],