Files
acmcc/supabase/functions/auth-email-hook/deno.json
T
2026-06-01 20:19:26 -04:00

8 lines
139 B
JSON

{
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "npm:react@18.3.1",
"types": ["npm:@types/react@18.3.1"]
}
}