mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-25 13:52:24 +02:00
* feat: product and document patch versions Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com> * fix: use proper patch version Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com> * fix qms ui tests Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com> --------- Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.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"
],