diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2025-12-14 17:23:02 -0800 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2025-12-14 17:23:02 -0800 |
| commit | ac49e3a48fb18d95f7f3609107bbf05dc9e170ea (patch) | |
| tree | ea0029c8f1208e01ddc01afea7dfa3ff75db58b5 /src/types | |
| parent | 17708f1430fd63e9350af82abe40a7dd78b15b8c (diff) | |
| download | adelie-ac49e3a48fb18d95f7f3609107bbf05dc9e170ea.tar.gz adelie-ac49e3a48fb18d95f7f3609107bbf05dc9e170ea.zip | |
Code cleanup
Diffstat (limited to 'src/types')
| -rw-r--r-- | src/types/global.d.ts | 11 |
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; +} |
