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