Update tsconfig.json: Add path mapping for shared-meet-components library to avoid build issues

This commit is contained in:
Carlos Santos 2025-10-20 17:09:47 +02:00
parent 8b494fec1f
commit a33d9d68ec

View File

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