platform/dev/doc-import-tool
..
config
src
.eslintrc.js
esbuild.js
jest.config.js
package.json
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"
    ],