From bf995130773309dc3b6f6928bc01fea82b4ee873 Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Tue, 1 Apr 2025 01:56:15 +0800 Subject: [PATCH] chore(tsconfig): enable strictNullChecks in tsconfig.json --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index c133409..4887295 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "allowJs": true, "skipLibCheck": true, "strict": true, + "strictNullChecks": true, "noEmit": true, "esModuleInterop": true, "module": "esnext",