mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-15 10:37:52 +00:00
![]() * Basic workflow for converting docx to unified format Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com> * dep fix Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com> * @vercel/webpack-asset-relocator-loader can't handle mammoth for some reason, moved dep to import-tool Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com> --------- Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com> |
||
---|---|---|
.. | ||
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"
],