Fix jquery plugins typedef

5fe1bc46e65a656cfa98b1ca92bbda800c7f6e76

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -0Showing whitespace changes
public/global.d.ts+2 -0
@@ -11,6 +11,7 @@ declare var SillyTavern: {
1111 libs: typeof libs;
1212};
1313
14+declare global {
1415 // Jquery plugins
1516 interface JQuery {
1617 nanogallery2(options?: any): JQuery;
@@ -109,6 +110,7 @@ interface JQuery {
109110
110111 //#endregion
111112 }
113+}
112114
113115//#region select2
114116