mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03:00
b1c50bb8c2
Signed-off-by: Denis Bykhov <bykhov.denis@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"
],