From 049c27f93c5ad636c7fb1594adb5dcf2f6e92d2f Mon Sep 17 00:00:00 2001 From: solufa Date: Fri, 6 Dec 2024 08:10:35 +0900 Subject: [PATCH] chore: enable noUncheckedIndexedAccess --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index a3c52f9..adb3500 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "strict": true, "strictPropertyInitialization": false, "forceConsistentCasingInFileNames": true, + "noUncheckedIndexedAccess": true, "noEmit": true, "esModuleInterop": true, "module": "esnext",