Browse Source

fix(ts) don't declare types support yet

The generated dts file is slightly broken, and breaks upstream projects:

```
> jitsi-meet@0.0.0 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;
                         ~
```
release-8443
Saúl Ibarra Corretgé 1 year ago
parent
commit
ca40744fa2
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      package.json

+ 0
- 1
package.json View File

@@ -81,7 +81,6 @@
81 81
   },
82 82
   "browser": "dist/umd/lib-jitsi-meet.min.js",
83 83
   "module": "dist/esm/JitsiMeetJS.js",
84
-  "types": "types/index.d.ts",
85 84
   "files": [
86 85
     "dist",
87 86
     "types",

Loading…
Cancel
Save