Files
huly-platform/dev/doc-import-tool
Andrey SobolevandGitHub 225f6036c3 Enable PNPM workspaces (#10192)
* Enable PNPM workspaces

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

* Fix love-agent build

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

* Fix formatting

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

---------

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-11-08 13:00:13 +07:00
..
2025-06-04 17:57:10 +05:00
2025-10-01 21:16:55 +04:00
2024-11-12 11:58:20 +05:00
2024-07-28 14:55:43 +07:00
2025-11-08 13:00:13 +07:00
2024-08-07 20:22:18 +07:00
2024-07-28 14:55:43 +07:00

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"
    ],