Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ts) don't declare types support yet
The generated dts file is slightly broken, and breaks upstream projects: ``` > [email protected] tsc:native > tsc --noEmit --project tsconfig.native.json node_modules/lib-jitsi-meet/types/index.d.ts:3120:20 - error TS1005: '(' expected. 3120 constructor: typeof JitsiTrackError; ~ node_modules/lib-jitsi-meet/types/index.d.ts:13832:20 - error TS1005: '(' expected. 13832 constructor: typeof JitsiConference; ~ ```