mirror of
https://github.com/element-hq/element-call.git
synced 2026-05-11 11:04:49 +00:00
0411e1cac8
The recent typescripting appears to have caused the typescript compiler to get confused about dependency references and start refwrencing things like CRYPTO_ENABLED in the js-sdk before it's defined them. This avoids using things from the (javascript) browser-index import and instead pulls everything in from the typescript files, then fixes the resulting type failures, (in some cases with hacks).