platform/dev/doc-import-tool
Andrey Sobolev 187c489b2c
UBERF-8508: Get rid of Mongo in storage adapter (#6989)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2024-10-21 23:23:26 +07:00
..
config
src UBERF-8508: Get rid of Mongo in storage adapter (#6989) 2024-10-21 23:23:26 +07:00
.eslintrc.js
esbuild.js
jest.config.js
package.json uberf-7927: get rid of product id (#6375) 2024-08-22 21:10:59 +07: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"
    ],