platform/dev/doc-import-tool
Denis Bykhov b1c50bb8c2
Windows build (#7158)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2024-11-12 11:58:20 +05: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 Windows build (#7158) 2024-11-12 11:58:20 +05:00
jest.config.js
package.json Windows build (#7158) 2024-11-12 11:58:20 +05:00
readme.md
toc2.json ezqms-1160: fix slice type (#6280) 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"
    ],