mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 08:56:46 -04:00
6 lines
129 B
JSON
6 lines
129 B
JSON
{
|
|
"extends": "tsconfig/react-library.json",
|
|
"include": [".", "../ui/src/**/*.d.ts"],
|
|
"exclude": ["dist", "node_modules"]
|
|
}
|