diff --git a/daily-thought-frontend/tsconfig.json b/daily-thought-frontend/tsconfig.json
index 61c19abd68d7407e79af1fa01436ac1c9a89d98e..4b88846f16543f8650ccac1beaaa23ce527fa335 100644
--- a/daily-thought-frontend/tsconfig.json
+++ b/daily-thought-frontend/tsconfig.json
@@ -1,6 +1,6 @@
 {
   "compilerOptions": {
-    "target": "es5",
+    "target": "es2022",
     "lib": ["dom", "dom.iterable", "esnext"],
     "allowJs": true,
     "skipLibCheck": true,