From a5d392c2f631f470f0603f1d70f69e320d828157 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 15 Nov 2023 00:15:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=BF=9B=E5=BA=A6!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/web/task_schedule/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/code/web/task_schedule/tsconfig.json b/code/web/task_schedule/tsconfig.json index 01de560..5e2a62a 100644 --- a/code/web/task_schedule/tsconfig.json +++ b/code/web/task_schedule/tsconfig.json @@ -15,6 +15,7 @@ "module": "ESNext", "moduleResolution": "node", "strict": true, + "strictNullChecks": true, "jsx": "preserve", "sourceMap": true, "resolveJsonModule": true,