mirror of
https://github.com/supabase/supabase.git
synced 2026-06-21 07:46:01 +08: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"]
|
|
}
|