mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +03:00
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"
|
||
|
],
|
||
|
```
|