platform/dev/doc-import-tool
Victor Ilyushchenko fb9254535f
EQMS-1510: QMS documents now start at version 1.0 instead of 0.1 (#8669)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
2025-04-24 13:20:25 +04:00
..
config Move services to public (#6156) 2024-07-28 14:55:43 +07:00
src EQMS-1510: QMS documents now start at version 1.0 instead of 0.1 (#8669) 2025-04-24 13:20:25 +04:00
.eslintrc.js Move services to public (#6156) 2024-07-28 14:55:43 +07:00
esbuild.js Windows build (#7158) 2024-11-12 11:58:20 +05:00
jest.config.js Move services to public (#6156) 2024-07-28 14:55:43 +07:00
package.json Basic workflow for converting docx to unified format (#7779) 2025-01-24 12:13:40 +03:00
readme.md EZQMS-1145: Fixes doc import tool (#6204) 2024-08-01 12:05:07 +07:00
toc2.json ezqms-1160: fix slice type (#6280) 2024-08-07 20:22:18 +07:00
toc.json Move services to public (#6156) 2024-07-28 14:55:43 +07:00
tsconfig.json Move services to public (#6156) 2024-07-28 14:55:43 +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"
    ],