platform/dev/doc-import-tool/readme.md

8 lines
214 B
Markdown
Raw Normal View History

_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"
],
```