mirror of
https://github.com/supabase/supabase.git
synced 2026-09-22 13:37:53 +08:00
cf3ecc93eb
strictNullChecks was off for docs, which lets errors slip through and leads to incorrect required/optional typing on Zod-inferred types. This PR enables strictNullChecks and fixes all the existing violations.