platform/dev/doc-import-tool
Andrey Sobolev a86fafd5a3
Esbuild 0.24.2 (#7542)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2024-12-24 22:34:51 +07:00
..
config
src UBERF-8557 Save collaborative content as JSON (#7039) 2024-11-29 16:58:50 +07:00
.eslintrc.js
esbuild.js Windows build (#7158) 2024-11-12 11:58:20 +05:00
jest.config.js
package.json Esbuild 0.24.2 (#7542) 2024-12-24 22:34:51 +07: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"
    ],