summaryrefslogtreecommitdiff
path: root/src/types/global.d.ts
diff options
context:
space:
mode:
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;
+}