platform/dev/doc-import-tool
Alexey Zinoviev b8b196ecd9
ezqms-1171: drop h4-h6 during import of controlled doc (#6487)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2024-09-05 17:07:46 +04:00
..
config Move services to public (#6156) 2024-07-28 14:55:43 +07:00
src ezqms-1171: drop h4-h6 during import of controlled doc (#6487) 2024-09-05 17:07:46 +04:00
.eslintrc.js Move services to public (#6156) 2024-07-28 14:55:43 +07:00
esbuild.js Move services to public (#6156) 2024-07-28 14:55:43 +07:00
jest.config.js Move services to public (#6156) 2024-07-28 14:55:43 +07:00
package.json uberf-7927: get rid of product id (#6375) 2024-08-22 21:10:59 +07: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"
    ],