platform/dev/doc-import-tool
Alexander Onnikov a6fb3713f6
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
UBERF-8557 Save collaborative content as JSON (#7039)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2024-11-29 16:58:50 +07:00
..
config Move services to public (#6156) 2024-07-28 14:55:43 +07:00
src UBERF-8557 Save collaborative content as JSON (#7039) 2024-11-29 16:58:50 +07: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 Windows build (#7158) 2024-11-12 11:58:20 +05: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"
    ],