diff options
author | metamuffin <metamuffin@disroot.org> | 2023-12-25 16:23:44 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-12-25 16:23:44 +0100 |
commit | e2c62c34b4c2983b8ceef034347bc62b28a88122 (patch) | |
tree | c43eaf7dcf5a468c918bafb6b7e223ec73607e09 /web/script/main.ts | |
parent | c5d484e16bae5d923f6a3c441827d3d470bfee6e (diff) | |
download | jellything-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.ts | 1 |
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" |