From 74606a1bd372ff61373b5a41f00edc9c7cb0e9f6 Mon Sep 17 00:00:00 2001
From: Emile Bangma <github@emilebangma.com>
Date: Thu, 03 Jul 2025 19:40:29 +0000
Subject: [PATCH] fix(emoji): map multi-unicode emoji properly (#2037)

---
 tsconfig.json |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tsconfig.json b/tsconfig.json
index 784ab23..637d096 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -11,6 +11,8 @@
     "skipLibCheck": true,
     "allowSyntheticDefaultImports": true,
     "forceConsistentCasingInFileNames": true,
+    "noUnusedLocals": true,
+    "noUnusedParameters": true,
     "esModuleInterop": true,
     "jsx": "react-jsx",
     "jsxImportSource": "preact"

--
Gitblit v1.10.0