From 6be0d87c7048606636853d106ed8f8155fd3d8db Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Sun, 13 Feb 2022 21:40:59 +0100 Subject: [PATCH] feat: enable strictNullChecks ts setting --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 2a8cfb3a2..87945600e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,7 @@ "resolveJsonModule": true, "sourceMap": true, "baseUrl": ".", + "strictNullChecks": true, "isolatedModules": true, "types": [ "vite/client" -- 2.40.1