platform/dev/doc-import-tool
Andrey Sobolev 464c9a6ebc
UBERF-9747
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-05-23 00:35:58 +07:00
..
config
src UBERF-9747 2025-05-23 00:35:58 +07:00
.eslintrc.js
esbuild.js
jest.config.js
package.json Basic workflow for converting docx to unified format (#7779) 2025-01-24 12:13:40 +03:00
readme.md
toc2.json
toc.json
tsconfig.json Fix ts-config to fix ts-server (#9019) 2025-05-22 17:22:04 +07:00

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