X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Ftypings.d.ts;h=ad21fdedf335781cf15fd487107b7b2ba22a6537;hb=4158e67c8d7eb39712e598d3f409c6739eef5f0b;hp=ef6c9f2f5d2983b70893a5f157b140899e8426f7;hpb=be0f59b4eec3c2c4dcd151e2b174be39dff1568e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/typings.d.ts b/client/src/typings.d.ts index ef6c9f2f5..ad21fdedf 100644 --- a/client/src/typings.d.ts +++ b/client/src/typings.d.ts @@ -1,6 +1,9 @@ /* SystemJS module definition */ +// eslint-disable-next-line no-var declare var module: NodeModule interface NodeModule { id: string } + +declare module 'markdown-it-emoji/light'