platform/dev/doc-import-tool
Alexey Zinoviev c55e6f00b0
EZQMS-1145: Fixes doc import tool (#6204)
* EZQMS-1145: Fixes doc import tool
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2024-08-01 12:05:07 +07:00
..
config
src EZQMS-1145: Fixes doc import tool (#6204) 2024-08-01 12:05:07 +07:00
.eslintrc.js
esbuild.js
jest.config.js
package.json EZQMS-1145: Fixes doc import tool (#6204) 2024-08-01 12:05:07 +07:00
readme.md EZQMS-1145: Fixes doc import tool (#6204) 2024-08-01 12:05:07 +07:00
toc2.json EZQMS-1145: Fixes doc import tool (#6204) 2024-08-01 12:05:07 +07:00
toc.json
tsconfig.json

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