mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-18 16:31:57 +03:00
a6fb3713f6
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@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"
],