platform/dev/doc-import-tool
Alexander Onnikov 46ced93bc1
fix: copy template content when creating controlled document (#6441)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2024-08-29 19:20:32 +07:00
..
config
src fix: copy template content when creating controlled document (#6441) 2024-08-29 19:20:32 +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"
    ],