platform/dev/doc-import-tool
Alexey Zinoviev 5f795ce0d2
EZQMS-1166: Revamp doc library sections model ()
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2024-08-21 18:47:24 +04:00
..
config
src EZQMS-1166: Revamp doc library sections model () 2024-08-21 18:47:24 +04:00
.eslintrc.js
esbuild.js
jest.config.js
package.json Use storage adapter instead of fetch in services () 2024-08-08 18:59:04 +07:00
readme.md EZQMS-1145: Fixes doc import tool () 2024-08-01 12:05:07 +07:00
toc2.json ezqms-1160: fix slice type () 2024-08-07 20:22:18 +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"
    ],