diff --git a/meet-ce/frontend/tsconfig.json b/meet-ce/frontend/tsconfig.json index 14ab6b8..5dd7113 100644 --- a/meet-ce/frontend/tsconfig.json +++ b/meet-ce/frontend/tsconfig.json @@ -29,7 +29,13 @@ ], "@app/*": [ "src/app/*" - ] + ], + // path mappings for avoiding build the shared-meet-components library + "@openvidu-meet/shared-components": [ + "projects/shared-meet-components/src/public-api.ts" + ], + + }, "importHelpers": true, "target": "ES2022",