aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/typings.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/typings.d.ts')
-rw-r--r--client/src/typings.d.ts2
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
4interface NodeModule { 4interface NodeModule {
5 id: string 5 id: string
6} 6}
7
8declare module 'markdown-it-emoji/light'