mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 14:06:00 +03:00
b8b196ecd9
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.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"
],