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