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"