Could not find a declaration file for module

I'm using React + Typescript. When importing import { supabase } from '../utils/supabaseClient' I receive an error saying: Could not find a declaration file for module '../utils/supabaseClient' has any type. How do I fix this?
Was this page helpful?