platform/dev/doc-import-tool
Alexey Zinoviev e8df531654
UBERF-9429: Provide workspace ids to storage adapters (#7956)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2025-02-14 15:59:36 +07:00
..
config
src UBERF-9429: Provide workspace ids to storage adapters (#7956) 2025-02-14 15:59:36 +07:00
.eslintrc.js
esbuild.js
jest.config.js
package.json Basic workflow for converting docx to unified format (#7779) 2025-01-24 12:13:40 +03:00
readme.md
toc2.json
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"
    ],