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