mirror of
https://github.com/supabase/supabase.git
synced 2026-06-08 10:33:55 +08:00
9 lines
183 B
JSON
9 lines
183 B
JSON
{
|
|
"extends": "tsconfig/react-library.json",
|
|
"include": ["."],
|
|
"exclude": ["dist", "build", "node_modules"],
|
|
"compilerOptions": {
|
|
"types": ["./test/extensions.d.ts"]
|
|
}
|
|
}
|