From 1041bca23d8f919a82fa31b835c5ef221624feb7 Mon Sep 17 00:00:00 2001 From: rare-magma Date: Sat, 3 Aug 2024 17:03:16 +0200 Subject: [PATCH] build: enable strictNullChecks Signed-off-by: rare-magma --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index bd62b84b..daf5ca0c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,6 +16,7 @@ "noUnusedParameters": true, "resolveJsonModule": true, "skipLibCheck": true, + "strictNullChecks": true, "strict": true, "target": "ES2022", "types": ["vite-plugin-pwa/client"]