diff options
Diffstat (limited to 'client/src/typings.d.ts')
-rw-r--r-- | client/src/typings.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/typings.d.ts b/client/src/typings.d.ts index ef6c9f2f5..24473aede 100644 --- a/client/src/typings.d.ts +++ b/client/src/typings.d.ts | |||
@@ -4,3 +4,5 @@ declare var module: NodeModule | |||
4 | interface NodeModule { | 4 | interface NodeModule { |
5 | id: string | 5 | id: string |
6 | } | 6 | } |
7 | |||
8 | declare module 'markdown-it-emoji/light' | ||