Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 214 Bytes

readme.md

File metadata and controls

8 lines (7 loc) · 214 Bytes

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