File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 69
69
"build:webpack" : " LIB_JITSI_MEET_COMMIT_HASH=$(git rev-parse --short HEAD 2>/dev/null) webpack" ,
70
70
"build:webpack-dev" : " webpack --mode development" ,
71
71
"build:tsc" : " tsc --build --clean && tsc" ,
72
- "gen-types" : " tsc --declaration --emitDeclarationOnly --out index.js " ,
72
+ "gen-types" : " tsc --declaration --emitDeclarationOnly --out types/ index.d.ts " ,
73
73
"lint" : " eslint ." ,
74
74
"lint-fix" : " eslint . --fix" ,
75
75
"postinstall" : " patch-package" ,
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" ,
84
85
"files" : [
85
86
" dist" ,
86
87
" types" ,
Original file line number Diff line number Diff line change 22
22
" **/*.spec.ts" ,
23
23
" *.conf*.js" ,
24
24
" index.js" ,
25
- " index.d.ts" ,
26
25
" lib-jitsi-meet.*.js" ,
27
26
" webpack*.js" ,
28
27
]
You can’t perform that action at this time.
0 commit comments