This commit is contained in:
2026-01-11 19:39:55 +01:00
commit c1042c9cde
98 changed files with 9086 additions and 0 deletions

3
ts/globals.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
/// <reference types="jquery" />
declare const $: any;
declare const jQuery: any;