platform/dev/doc-import-tool
Alexander Onnikov df2a9b2708
UBERF-4725 Migrate collaborative content ()
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2024-08-22 16:03:42 +05:00
..
config
src UBERF-4725 Migrate collaborative content () 2024-08-22 16:03:42 +05:00
.eslintrc.js
esbuild.js
jest.config.js
package.json UBERF-4725 Migrate collaborative content () 2024-08-22 16:03:42 +05:00
readme.md
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"
    ],