mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-18 02:15:44 +02:00
* Bump versions Signed-off-by: Artem Savchenko <armisav@gmail.com> * Add package lock Signed-off-by: Artem Savchenko <armisav@gmail.com> --------- Signed-off-by: Artem Savchenko <armisav@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"
],