mirror of
https://github.com/supabase/supabase.git
synced 2026-05-19 03:17:08 +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"]
|
|
}
|
|
}
|