summaryrefslogtreecommitdiff
path: root/src/types/global.d.ts
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-12-14 17:23:02 -0800
committerElizabeth Hunt <me@liz.coffee>2025-12-14 17:23:02 -0800
commitac49e3a48fb18d95f7f3609107bbf05dc9e170ea (patch)
treeea0029c8f1208e01ddc01afea7dfa3ff75db58b5 /src/types/global.d.ts
parent17708f1430fd63e9350af82abe40a7dd78b15b8c (diff)
downloadadelie-ac49e3a48fb18d95f7f3609107bbf05dc9e170ea.tar.gz
adelie-ac49e3a48fb18d95f7f3609107bbf05dc9e170ea.zip
Code cleanup
Diffstat (limited to 'src/types/global.d.ts')
-rw-r--r--src/types/global.d.ts11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/types/global.d.ts b/src/types/global.d.ts
index 21aec91..3c8c458 100644
--- a/src/types/global.d.ts
+++ b/src/types/global.d.ts
@@ -1,7 +1,6 @@
-declare global {
- interface Window {
- ASSET_BASE?: string;
- }
-}
+declare module 'prismjs';
+declare module 'prismjs/components/*';
-export {};
+interface Window {
+ ASSET_BASE?: string;
+}