diff --git a/tsconfig.json b/tsconfig.json index a0623e023b1..1f46dce6aaa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,6 +25,7 @@ "baseUrl": ".", "allowJs": true, "checkJs": true, + "strictNullChecks": true, "paths": { "@rilldata/web-admin/*": ["web-admin/src/*"], "@rilldata/web-auth/*": ["web-auth/src/*"],