platform/dev/doc-import-tool
Victor Ilyushchenko b0cd5238f3
QFix: additional QMS status & version transition fixes (#8769)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
2025-04-29 20:33:10 +04:00
..
config
src QFix: additional QMS status & version transition fixes (#8769) 2025-04-29 20:33:10 +04: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

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