mirror of
https://github.com/supabase/setup-cli.git
synced 2026-05-13 03:16:57 +00:00
8 lines
126 B
JSON
8 lines
126 B
JSON
{
|
|
"extends": "@tsconfig/bun/tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["bun", "node"]
|
|
},
|
|
"include": ["src"]
|
|
}
|