Update tsconfig.json: Add path mapping for shared-meet-components library to avoid build issues
This commit is contained in:
parent
8b494fec1f
commit
a33d9d68ec
@ -29,7 +29,13 @@
|
|||||||
],
|
],
|
||||||
"@app/*": [
|
"@app/*": [
|
||||||
"src/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,
|
"importHelpers": true,
|
||||||
"target": "ES2022",
|
"target": "ES2022",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user