X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Ftypings.d.ts;h=24473aedea331c43dc5a7f5af7bd63ac8c2b81b0;hb=97aeb3cc46c2e03c3187accd7c4561209be8be89;hp=ef6c9f2f5d2983b70893a5f157b140899e8426f7;hpb=6d8c8ea73a774c3568e6d28a4cbebcf7979d5c2a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/typings.d.ts b/client/src/typings.d.ts index ef6c9f2f5..24473aede 100644 --- a/client/src/typings.d.ts +++ b/client/src/typings.d.ts @@ -4,3 +4,5 @@ declare var module: NodeModule interface NodeModule { id: string } + +declare module 'markdown-it-emoji/light'