aboutsummaryrefslogtreecommitdiff
path: root/web/script/main.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-12-25 16:23:44 +0100
committermetamuffin <metamuffin@disroot.org>2023-12-25 16:23:44 +0100
commite2c62c34b4c2983b8ceef034347bc62b28a88122 (patch)
treec43eaf7dcf5a468c918bafb6b7e223ec73607e09 /web/script/main.ts
parentc5d484e16bae5d923f6a3c441827d3d470bfee6e (diff)
downloadjellything-e2c62c34b4c2983b8ceef034347bc62b28a88122.tar
jellything-e2c62c34b4c2983b8ceef034347bc62b28a88122.tar.bz2
jellything-e2c62c34b4c2983b8ceef034347bc62b28a88122.tar.zst
lib=dom everywhere and error handling
Diffstat (limited to 'web/script/main.ts')
-rw-r--r--web/script/main.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/script/main.ts b/web/script/main.ts
index dd168d5..0b4bdbd 100644
--- a/web/script/main.ts
+++ b/web/script/main.ts
@@ -3,6 +3,7 @@
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
Copyright (C) 2023 metamuffin <metamuffin.org>
*/
+/// <reference lib="dom" />
import "./player/mod.ts"
import "./transition.ts"
import "./backbutton.ts"