mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-03 17:33:26 +00:00
c55e6f00b0
* EZQMS-1145: Fixes doc import tool Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
8 lines
214 B
Markdown
8 lines
214 B
Markdown
_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"
|
|
],
|
|
``` |