X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Ftypings.d.ts;h=ad21fdedf335781cf15fd487107b7b2ba22a6537;hb=462a833e4c14b84224182adbe9e963535c165ad1;hp=ef6c9f2f5d2983b70893a5f157b140899e8426f7;hpb=88108880bbdba473cfe36ecbebc1c3c4f972e102;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'