mirror of
https://github.com/supabase/supabase.git
synced 2026-06-17 05:08:49 +08:00
This PR runs `prettier` on the `examples` folder. Depends on https://github.com/supabase/supabase/pull/43849.
13 lines
297 B
JSON
13 lines
297 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
|
"types": ["@cloudflare/workers-types", "vite/client"],
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "hono/jsx"
|
|
}
|
|
}
|